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/KeyboardNotify/src/constants.h | 1 - plugins/KeyboardNotify/src/main.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/KeyboardNotify/src') diff --git a/plugins/KeyboardNotify/src/constants.h b/plugins/KeyboardNotify/src/constants.h index 61c6304906..d6637469bf 100644 --- a/plugins/KeyboardNotify/src/constants.h +++ b/plugins/KeyboardNotify/src/constants.h @@ -19,7 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #pragma once // Settings values -#define MODULENAME "keybdnotify" #define FLASH_SAMETIME 0 #define FLASH_INTURN 1 #define FLASH_INSEQUENCE 2 diff --git a/plugins/KeyboardNotify/src/main.cpp b/plugins/KeyboardNotify/src/main.cpp index a551012d29..7c621d3073 100644 --- a/plugins/KeyboardNotify/src/main.cpp +++ b/plugins/KeyboardNotify/src/main.cpp @@ -101,7 +101,7 @@ PLUGININFOEX pluginInfoEx = }; CMPlugin::CMPlugin() : - PLUGIN(MODULENAME, pluginInfoEx) + PLUGIN("keybdnotify", pluginInfoEx) {} ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3