diff options
Diffstat (limited to 'plugins/Toaster/src/stdafx.h')
-rw-r--r-- | plugins/Toaster/src/stdafx.h | 1 |
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)
{
|