diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-20 16:43:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-20 16:43:28 +0300 |
commit | 12ddedba78c4b28914271e9ccb64ddf4d46c1aaf (patch) | |
tree | bf7c54b3038e9dc7b9f66afe8c4579ab7a4471ae /plugins | |
parent | 9e95602f74f3118eb317bd3595fa5f51708fe8a8 (diff) |
fixes #1288
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Scriver/src/chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat.h b/plugins/Scriver/src/chat.h index 384bfd2ab3..3226e0a557 100644 --- a/plugins/Scriver/src/chat.h +++ b/plugins/Scriver/src/chat.h @@ -78,7 +78,6 @@ SESSION_INFO* SM_FindSessionAutoComplete(const char* pszModule, SESSION_INFO* cu char SM_GetStatusIndicator(SESSION_INFO *si, USERINFO *ui);
// tools.c
-BOOL DoSoundsFlashPopupTrayStuff(SESSION_INFO *si, GCEVENT *gce, BOOL bHighlight, int bManyFix);
wchar_t* my_strstri(const wchar_t* s1, const wchar_t* s2) ;
/////////////////////////////////////////////////////////////////////////////////////////
|