diff options
author | George Hazan <ghazan@miranda.im> | 2018-11-26 14:41:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-11-26 14:41:21 +0300 |
commit | be1918c1b2986ddb387cd593deddf120f9e61874 (patch) | |
tree | cedf0b0983817b488edcc7eb604f2d44a75c935f /plugins/RecentContacts/src/stdafx.h | |
parent | 91c5b3baaf5ac2790a99015afcfbf696dff682ca (diff) |
fix for chat structures declaration
Diffstat (limited to 'plugins/RecentContacts/src/stdafx.h')
-rw-r--r-- | plugins/RecentContacts/src/stdafx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/RecentContacts/src/stdafx.h b/plugins/RecentContacts/src/stdafx.h index 6408a5c727..1f9f020b49 100644 --- a/plugins/RecentContacts/src/stdafx.h +++ b/plugins/RecentContacts/src/stdafx.h @@ -28,8 +28,6 @@ using namespace std;
-struct SESSION_INFO : public GCSessionInfoBase {};
-
void wSetData(char **Data, const char *Value);
void wfree(char **Data);
|