From 93e5faa26b34bc8de26edce6ff820509a709e56e Mon Sep 17 00:00:00 2001 From: mittorn Date: Sat, 16 Dec 2023 20:39:47 +0300 Subject: [PATCH] Remove unused macro and spaces restored by revert --- common/backends.h | 1 - common/defaults.h | 1 - 2 files changed, 2 deletions(-) diff --git a/common/backends.h b/common/backends.h index 77bcced8..38e05f5e 100644 --- a/common/backends.h +++ b/common/backends.h @@ -56,5 +56,4 @@ GNU General Public License for more details. #define LIB_WIN32 2 #define LIB_STATIC 3 - #endif /* BACKENDS_H */ diff --git a/common/defaults.h b/common/defaults.h index f870e389..c3cb22ef 100644 --- a/common/defaults.h +++ b/common/defaults.h @@ -71,7 +71,6 @@ SETUP BACKENDS DEFINITIONS #endif // XASH_MESSAGEBOX #define XASH_USE_EVDEV 1 - #define XASH_DYNAMIC_DLADDR #elif XASH_LINUX // we are building for Linux without SDL2, can draw only to framebuffer yet #ifndef XASH_VIDEO