diff options
Diffstat (limited to 'plugins/Toaster/src/structs.h')
-rw-r--r-- | plugins/Toaster/src/structs.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/Toaster/src/structs.h b/plugins/Toaster/src/structs.h index ad8835487a..d304141f2f 100644 --- a/plugins/Toaster/src/structs.h +++ b/plugins/Toaster/src/structs.h @@ -50,14 +50,4 @@ struct ClassData : public MZeroedObject ClassData(int f, HICON h = NULL) : iFlags(f), hIcon(h), pPopupProc(NULL)
{
}
-};
-
-struct ToastHandlerData : public MZeroedObject
-{
- MCONTACT hContact;
-
- WNDPROC pPopupProc;
- void *vPopupData;
-
- ToastNotification *tstNotification;
};
\ No newline at end of file |