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;
|
const char *libname;
|
||||||
} waylanddynlib;
|
} waylanddynlib;
|
||||||
|
|
||||||
#ifndef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC
|
|
||||||
#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC NULL
|
|
||||||
#endif
|
|
||||||
#ifndef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL
|
#ifndef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL
|
||||||
#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL NULL
|
#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL NULL
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -41,9 +41,6 @@ typedef struct
|
||||||
const char *libname;
|
const char *libname;
|
||||||
} x11dynlib;
|
} x11dynlib;
|
||||||
|
|
||||||
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC
|
|
||||||
#define SDL_VIDEO_DRIVER_X11_DYNAMIC NULL
|
|
||||||
#endif
|
|
||||||
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT
|
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT
|
||||||
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT NULL
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT NULL
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue