diff options
Diffstat (limited to 'protocols/Xfire/src/tools.cpp')
-rw-r--r-- | protocols/Xfire/src/tools.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Xfire/src/tools.cpp b/protocols/Xfire/src/tools.cpp index 44e755cd28..b674610ad6 100644 --- a/protocols/Xfire/src/tools.cpp +++ b/protocols/Xfire/src/tools.cpp @@ -33,7 +33,6 @@ #include "xdebug.h"
extern HANDLE hNetlib;
-
//convert buf to hexstring
/*char* tohex(unsigned char*buf,int size) {
static char buffer[1024*10]="";
|