diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-10 10:39:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-10 10:39:56 +0000 |
commit | 0ae717848733ea26d5fda94f2622331bc49ffe5b (patch) | |
tree | 536706bc32d9e40ba873a0e13121daeb4aee25c4 /protocols/Gadu-Gadu/src/core.cpp | |
parent | c891eab8a4f5c44e2d6c942635d1f0e53d48f9d4 (diff) |
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@4412 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/src/core.cpp')
-rw-r--r-- | protocols/Gadu-Gadu/src/core.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/core.cpp b/protocols/Gadu-Gadu/src/core.cpp index e54f313070..4e307e6566 100644 --- a/protocols/Gadu-Gadu/src/core.cpp +++ b/protocols/Gadu-Gadu/src/core.cpp @@ -1506,7 +1506,6 @@ void GGPROTO::notifyuser(HANDLE hContact, int refresh) void GGPROTO::notifyall()
{
HANDLE hContact;
- char *szProto;
int count = 0, cc = 0;
uin_t *uins;
char *types;
|