Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove nested redundant #ifndef
  • Loading branch information
1bsyl committed Oct 30, 2019
1 parent ff0d924 commit 735691e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/video/wayland/SDL_waylanddyn.c
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions src/video/x11/SDL_x11dyn.c
Expand Up @@ -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
Expand Down

0 comments on commit 735691e

Please sign in to comment.