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:
electron128 2015-06-17 09:07:45 +00:00
parent edf6b3e495
commit e5425f31dc
2 changed files with 3 additions and 40 deletions

View file

@ -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);