From 64e3214c2222543350f51b517a6b75b6b02b81cf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 14 Nov 2018 18:23:04 +0300 Subject: unused MODULENAME macros removed --- plugins/SplashScreen/src/main.cpp | 2 +- plugins/SplashScreen/src/stdafx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/SplashScreen/src') diff --git a/plugins/SplashScreen/src/main.cpp b/plugins/SplashScreen/src/main.cpp index 403e9a7d04..49b1034086 100644 --- a/plugins/SplashScreen/src/main.cpp +++ b/plugins/SplashScreen/src/main.cpp @@ -51,7 +51,7 @@ PLUGININFOEX pluginInfoEx = { }; CMPlugin::CMPlugin() : - PLUGIN(MODULENAME, pluginInfoEx) + PLUGIN("SplashScreen", pluginInfoEx) {} ///////////////////////////////////////////////////////////////////////////////////////// diff --git a/plugins/SplashScreen/src/stdafx.h b/plugins/SplashScreen/src/stdafx.h index 5907f3e701..10fd640553 100644 --- a/plugins/SplashScreen/src/stdafx.h +++ b/plugins/SplashScreen/src/stdafx.h @@ -49,7 +49,7 @@ // Internal defines #define SPLASH_CLASS L"MirandaSplash" -#define MODULENAME "SplashScreen" + #define WM_LOADED (WM_USER + 10) struct CMPlugin : public PLUGIN -- cgit v1.2.3