Kaydet (Commit) 5111ad57 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

nonsense SwClientIter::operator() isnt used, better remove before someone does

Change-Id: I6e1573576aca4b7536668d1ef03ba72fdae15e28
üst 9fb3182b
......@@ -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; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment