diff options
author | George Hazan <ghazan@miranda.im> | 2022-06-29 13:53:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-06-29 13:53:31 +0300 |
commit | 3bace5a63029cc6210256523a0f0a658e34bc4b7 (patch) | |
tree | 6a18574e4b8a94fcf060840572398971e37886b4 /plugins/Toaster/src/stdafx.h | |
parent | 0bab63af012c9d2da217d13b7a24242710f10f62 (diff) |
Toaster: code cleaning
Diffstat (limited to 'plugins/Toaster/src/stdafx.h')
-rw-r--r-- | plugins/Toaster/src/stdafx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h index 4d61dfc837..e3211c31c2 100644 --- a/plugins/Toaster/src/stdafx.h +++ b/plugins/Toaster/src/stdafx.h @@ -41,10 +41,7 @@ struct CMPlugin : public PLUGIN<CMPlugin> int Load() override;
};
-class ToastNotification;
-extern mir_cs csNotifications;
extern wchar_t wszTempDir[MAX_PATH];
-extern OBJLIST<ToastNotification> lstNotifications;
#include "string_reference_wrapper.h"
#include "utils.h"
|