summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/uno/dispatcher.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx
index d8d5189b14ec..f7a4a0a37f6f 100644
--- a/include/uno/dispatcher.hxx
+++ b/include/uno/dispatcher.hxx
@@ -77,12 +77,6 @@ public:
inline void dispatch(
struct _typelib_TypeDescription const * pMemberType,
void * pReturn, void * pArgs [], uno_Any ** ppException ) const;
-
-private:
- inline bool operator == ( UnoInterfaceReference const & ); // not impl
- inline bool operator != ( UnoInterfaceReference const & ); // not impl
- inline bool operator == ( uno_Interface * ); // not impl
- inline bool operator != ( uno_Interface * ); // not impl
};