diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-08 11:12:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-08 11:12:46 +0300 |
commit | cc2bb65abaeaec5c30ca96123811247abd5a3ef1 (patch) | |
tree | 8bebcd3792ee578be423d62d278541a649fff393 /plugins/TabSRMM/src/functions.h | |
parent | f65bc36230b0382b7f55d5147c3b287f1cdd8337 (diff) |
code cleaning
Diffstat (limited to 'plugins/TabSRMM/src/functions.h')
-rw-r--r-- | plugins/TabSRMM/src/functions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/functions.h b/plugins/TabSRMM/src/functions.h index b4bd150c19..2de544eb2b 100644 --- a/plugins/TabSRMM/src/functions.h +++ b/plugins/TabSRMM/src/functions.h @@ -129,9 +129,6 @@ int TSAPI UnloadTSButtonModule(); /*
* debugging support
*/
-#if defined(__LOGDEBUG_)
-int _DebugTraceW(const wchar_t *fmt, ...);
-#endif
int _DebugPopup(MCONTACT hContact, const wchar_t *fmt, ...);
// themes
|