summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/inc/calbck.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index ac573da7526f..89f9f758d46d 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -283,10 +283,6 @@ public:
return m_pCurrent = m_pPosition;
}
- // returns the current SwClient object, if its still a listener
- // otherwise it returns the next SwClient that still is
- SwClient* operator()() const
- { return m_pPosition; }
// returns the current SwClient object, wether it is still a client or not
SwClient& operator*() const
{ return *m_pCurrent; }