diff options
Diffstat (limited to 'plugins/AVS/src/main.cpp')
-rw-r--r-- | plugins/AVS/src/main.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index 4f3d79647a..1ea2cadc6e 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -38,7 +38,7 @@ HANDLE hGlobalAvatarFolder; HANDLE hLoaderEvent, hShutdownEvent;
HANDLE hEventChanged, hEventContactAvatarChanged, hMyAvatarChanged;
-void InitServices();
+char *g_szMetaName = nullptr;
/////////////////////////////////////////////////////////////////////////////////////////
@@ -72,13 +72,8 @@ static int ComparePicture(const protoPicCacheEntry *p1, const protoPicCacheEntry OBJLIST<protoPicCacheEntry> g_ProtoPictures(10, ComparePicture), g_MyAvatars(10, ComparePicture);
-char *g_szMetaName = nullptr;
-
// Stores the id of the dialog
-int OnDetailsInit(WPARAM wParam, LPARAM lParam);
-int OptInit(WPARAM wParam, LPARAM lParam);
-
static int ProtocolAck(WPARAM, LPARAM lParam)
{
ACKDATA *ack = (ACKDATA*)lParam;
|