diff options
author | Sadie Powell <sadie@witchery.services> | 2022-01-03 16:50:38 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-01-03 19:02:44 +0000 |
commit | dfcc025a19d7d49179d75f34553c36e0d47eaded (patch) | |
tree | ef694addc0584295619457252cbffc0f3dbd3a2b /src/win32 | |
parent | a5f7aac2953e94e49b93e9195ae8d4dccba46f6d (diff) |
Remove MARK_DEPRECATED as there's an attribute for this now.
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/anope_windows.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |