summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-14 15:08:15 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-16 13:24:06 +0100
commit5111ad57871ed2473337fbf2cc351bf1b18a756f (patch)
treea44f60416e0952c156ce66dae0e6acc642e128c4
parent9fb3182b7ac95fe827142a8dba4238aa5f39caa0 (diff)
nonsense SwClientIter::operator() isnt used, better remove before someone does
Change-Id: I6e1573576aca4b7536668d1ef03ba72fdae15e28
-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; }