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/MagneticWindows/src/MagneticWindows.cpp | 2 +- plugins/MagneticWindows/src/stdafx.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/MagneticWindows') diff --git a/plugins/MagneticWindows/src/MagneticWindows.cpp b/plugins/MagneticWindows/src/MagneticWindows.cpp index ec9f3928e7..9256fee2b7 100644 --- a/plugins/MagneticWindows/src/MagneticWindows.cpp +++ b/plugins/MagneticWindows/src/MagneticWindows.cpp @@ -32,7 +32,7 @@ PLUGININFOEX pluginInfoEx = { }; CMPlugin::CMPlugin() : - PLUGIN(MODULENAME, pluginInfoEx) + PLUGIN("MagneticWindows", pluginInfoEx) {} /////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/plugins/MagneticWindows/src/stdafx.h b/plugins/MagneticWindows/src/stdafx.h index 1bc81267c0..f754dbbf1f 100644 --- a/plugins/MagneticWindows/src/stdafx.h +++ b/plugins/MagneticWindows/src/stdafx.h @@ -23,8 +23,6 @@ struct TWorkingVariables bool SnappedX, SnappedY; }; -#define MODULENAME "MagneticWindows" - struct CMPlugin : public PLUGIN { CMPlugin(); -- cgit v1.2.3