mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-16 21:43:04 -04:00
removed unused tickWatchers()
This commit is contained in:
parent
9cf950472c
commit
0579fb03fa
@ -154,10 +154,6 @@ RsServiceInfo p3FileDatabase::getServiceInfo()
|
||||
}
|
||||
int p3FileDatabase::tick()
|
||||
{
|
||||
// tick the watchers, possibly create new ones if additional friends do connect.
|
||||
//
|
||||
tickWatchers();
|
||||
|
||||
// tick the input/output list of update items and process them
|
||||
//
|
||||
tickRecv() ;
|
||||
@ -262,10 +258,6 @@ void p3FileDatabase::stopThreads()
|
||||
#endif
|
||||
}
|
||||
|
||||
void p3FileDatabase::tickWatchers()
|
||||
{
|
||||
}
|
||||
|
||||
bool p3FileDatabase::saveList(bool &cleanup, std::list<RsItem *>& sList)
|
||||
{
|
||||
cleanup = true;
|
||||
|
@ -153,7 +153,6 @@ class p3FileDatabase: public p3Service, public p3Config, public ftSearch //, pub
|
||||
void cleanup();
|
||||
void tickRecv();
|
||||
void tickSend();
|
||||
void tickWatchers();
|
||||
|
||||
private:
|
||||
p3ServiceControl *mServCtrl ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user