diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-21 18:08:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-21 18:08:38 +0300 |
commit | 03ba85dcd2d47cf31d6181b40620e278f7f30427 (patch) | |
tree | b094d6ec3070821a67455d4812d7776888eac803 /plugins/Scriver/src/chat.h | |
parent | d15ac078344461faee80f676b49d2194387b9862 (diff) |
more warnings fixed
Diffstat (limited to 'plugins/Scriver/src/chat.h')
-rw-r--r-- | plugins/Scriver/src/chat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Scriver/src/chat.h b/plugins/Scriver/src/chat.h index ca620576f1..fb21c082b8 100644 --- a/plugins/Scriver/src/chat.h +++ b/plugins/Scriver/src/chat.h @@ -66,9 +66,6 @@ struct GlobalLogSettings : public GlobalLogSettingsBase };
extern GlobalLogSettings g_Settings;
-// main.c
-void UpgradeCheck(void);
-
// log.c
void LoadMsgLogBitmaps(void);
void FreeMsgLogBitmaps(void);
|