diff options
Diffstat (limited to 'plugins/KeyboardNotify')
-rw-r--r-- | plugins/KeyboardNotify/src/main.cpp | 1 | ||||
-rw-r--r-- | plugins/KeyboardNotify/src/version.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/KeyboardNotify/src/main.cpp b/plugins/KeyboardNotify/src/main.cpp index 5b675e4421..71575ed798 100644 --- a/plugins/KeyboardNotify/src/main.cpp +++ b/plugins/KeyboardNotify/src/main.cpp @@ -93,7 +93,6 @@ PLUGININFOEX pluginInfo = { PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/plugins/KeyboardNotify/src/version.h b/plugins/KeyboardNotify/src/version.h index 201bf2d1be..b71d9703b6 100644 --- a/plugins/KeyboardNotify/src/version.h +++ b/plugins/KeyboardNotify/src/version.h @@ -9,6 +9,5 @@ #define __FILENAME "KeyboardNotify.dll" #define __DESCRIPTION "Flashes your keyboard LEDs when a message has arrived." #define __AUTHOR "TioDuke" -#define __AUTHOREMAIL "tioduke@yahoo.ca" #define __AUTHORWEB "https://miranda-ng.org/p/KeyboardNotify/" #define __COPYRIGHT "© 2002-2003 Martin Öberg, 2004 Std, 2005-2008 TioDuke" |