summaryrefslogtreecommitdiff
path: root/plugins/Toaster/src/stdafx.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-09-12 10:55:19 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-09-12 10:55:19 +0000
commitaa2f5ce19e9565fd7d1944408f6feb2f089b5d44 (patch)
tree36d9d018b69cd366d14bd3a0f5ae8f52dab1dee5 /plugins/Toaster/src/stdafx.h
parent62384056910fc8fef88e1d99c62b3fe7ac313ac2 (diff)
Toaster: optimization
git-svn-id: http://svn.miranda-ng.org/main/trunk@15331 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Toaster/src/stdafx.h')
-rw-r--r--plugins/Toaster/src/stdafx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h
index 57eaf9c735..5c7537641d 100644
--- a/plugins/Toaster/src/stdafx.h
+++ b/plugins/Toaster/src/stdafx.h
@@ -89,7 +89,6 @@ struct ClassData
HANDLE handle;
WNDPROC pPopupProc;
- void *vPopupData;
ClassData(int f, HICON h = NULL) : iFlags(f), hIcon(h)
{