diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-14 15:08:15 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-16 13:24:06 +0100 |
commit | 5111ad57871ed2473337fbf2cc351bf1b18a756f (patch) | |
tree | a44f60416e0952c156ce66dae0e6acc642e128c4 /sw | |
parent | 9fb3182b7ac95fe827142a8dba4238aa5f39caa0 (diff) |
nonsense SwClientIter::operator() isnt used, better remove before someone does
Change-Id: I6e1573576aca4b7536668d1ef03ba72fdae15e28
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/calbck.hxx | 4 |
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; } |