Skip to content

Commit

Permalink
Minor cleanup: remove unnecessary #if and #include.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Sep 8, 2024
1 parent 06d66b6 commit 86ecb11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/loadtests/appfwSDL/GLAppSDL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ GLAppSDL::initialize(Args& args)
#endif
}

#if __MACOSX__
SDL_SetHint(SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK, "1");
SDL_SetHint(SDL_HINT_MOUSE_TOUCH_EVENTS, "1");
#endif

pswMainWindow = SDL_CreateWindow(
szName,
Expand Down
1 change: 0 additions & 1 deletion tests/loadtests/appfwSDL/VulkanAppSDL/VulkanAppSDL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

// Include this when vulkantools is removed.
//#include "vulkancheckres.h"
#include <SDL2/SDL_vulkan.h>

#define ARRAY_LEN(a) (sizeof(a) / sizeof(a[0]))

Expand Down

0 comments on commit 86ecb11

Please sign in to comment.