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/wbOSD/src/main.cpp | 2 +- plugins/wbOSD/src/stdafx.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/wbOSD/src') diff --git a/plugins/wbOSD/src/main.cpp b/plugins/wbOSD/src/main.cpp index 3539f32de0..dc2167b8b1 100644 --- a/plugins/wbOSD/src/main.cpp +++ b/plugins/wbOSD/src/main.cpp @@ -33,7 +33,7 @@ static PLUGININFOEX pluginInfoEx = { }; CMPlugin::CMPlugin() : - PLUGIN(MODULENAME, pluginInfoEx) + PLUGIN("mirandaosd", pluginInfoEx) {} ///////////////////////////////////////////////////////////////////////////////////////// diff --git a/plugins/wbOSD/src/stdafx.h b/plugins/wbOSD/src/stdafx.h index 4a22046169..2d903930f9 100644 --- a/plugins/wbOSD/src/stdafx.h +++ b/plugins/wbOSD/src/stdafx.h @@ -26,8 +26,6 @@ Distributed under GNU's GPL 2 or later #include "resource.h" #include "version.h" -#define MODULENAME "mirandaosd" - struct CMPlugin : public PLUGIN { CMPlugin(); -- cgit v1.2.3