mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
removed unused branch and dummy function in pqihandler
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8507 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
edf6b3e495
commit
e5425f31dc
2 changed files with 3 additions and 40 deletions
|
@ -85,10 +85,9 @@ class pqihandler: public P3Interface, public pqiPublisher
|
|||
* generates warnings otherwise
|
||||
*/
|
||||
|
||||
int locked_HandleRsItem(RsItem *ns, int allowglobal,uint32_t& size);
|
||||
int locked_HandleRsItem(RsItem *ns, uint32_t& size);
|
||||
bool queueOutRsItem(RsItem *) ;
|
||||
|
||||
virtual int locked_checkOutgoingRsItem(RsItem *item, int global);
|
||||
#ifdef TO_BE_REMOVED
|
||||
int locked_GetItems();
|
||||
void locked_SortnStoreItem(RsItem *item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue