Remove nested redundant #ifndef
This commit is contained in:
parent
b503b72f3c
commit
b72b3d0d5f
2 changed files with 0 additions and 6 deletions
|
@ -41,9 +41,6 @@ typedef struct
|
|||
const char *libname;
|
||||
} waylanddynlib;
|
||||
|
||||
#ifndef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC
|
||||
#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC NULL
|
||||
#endif
|
||||
#ifndef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL
|
||||
#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL NULL
|
||||
#endif
|
||||
|
|
|
@ -41,9 +41,6 @@ typedef struct
|
|||
const char *libname;
|
||||
} x11dynlib;
|
||||
|
||||
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC
|
||||
#define SDL_VIDEO_DRIVER_X11_DYNAMIC NULL
|
||||
#endif
|
||||
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT
|
||||
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT NULL
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue