diff options
-rw-r--r-- | include/services.h | 1 | ||||
-rw-r--r-- | src/win32/anope_windows.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/services.h b/include/services.h index 8fb7a0108..fcdf4a8b9 100644 --- a/include/services.h +++ b/include/services.h @@ -51,7 +51,6 @@ #ifndef _WIN32 # define DllExport # define CoreExport -# define MARK_DEPRECATED __attribute((deprecated)) # define anope_close close #else # include "anope_windows.h" diff --git a/src/win32/anope_windows.h b/src/win32/anope_windows.h index 2b6a231d0..8ee2973cb 100644 --- a/src/win32/anope_windows.h +++ b/src/win32/anope_windows.h @@ -29,8 +29,6 @@ # define DllExport __declspec(dllimport) #endif -#define MARK_DEPRECATED - #if GETTEXT_FOUND /* Undefine some functions libintl defines */ # undef snprintf |