From cdd4ad76b7065a6fd9bf1b581020a28040010846 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 14 Nov 2018 18:48:24 +0300 Subject: two more unused MODULENAMEs --- plugins/StatusChange/src/main.cpp | 2 +- plugins/StatusChange/src/stdafx.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/StatusChange/src') diff --git a/plugins/StatusChange/src/main.cpp b/plugins/StatusChange/src/main.cpp index 0e4c3e44f4..eff65a9c02 100644 --- a/plugins/StatusChange/src/main.cpp +++ b/plugins/StatusChange/src/main.cpp @@ -24,7 +24,7 @@ PLUGININFOEX pluginInfoEx = }; CMPlugin::CMPlugin() : - PLUGIN(MODULENAME, pluginInfoEx) + PLUGIN("StatusChange", pluginInfoEx) {} ///////////////////////////////////////////////////////////////////////////////////////// diff --git a/plugins/StatusChange/src/stdafx.h b/plugins/StatusChange/src/stdafx.h index 7bc56869e1..a1a22ef235 100644 --- a/plugins/StatusChange/src/stdafx.h +++ b/plugins/StatusChange/src/stdafx.h @@ -16,8 +16,6 @@ #include "resource.h" #include "version.h" -#define MODULENAME "StatusChange" - struct CMPlugin : public PLUGIN { CMPlugin(); -- cgit v1.2.3