diff options
Diffstat (limited to 'utilities.cpp')
-rw-r--r-- | utilities.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utilities.cpp b/utilities.cpp index 5ba8398..2cef87e 100644 --- a/utilities.cpp +++ b/utilities.cpp @@ -267,9 +267,6 @@ void cp866_to_cp1251(string *str) void HistoryLog(HANDLE hContact, char *data, int event_type, int flags) { - PBYTE pCurBlob; - WORD wTextLen; - char szText[MAX_PATH]; DBEVENTINFO Event = {0}; Event.cbSize = sizeof(Event); Event.szModule = szGPGModuleName; |