From 63e83a3127a42061e0e898109faa04c002b0e0f3 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 21 Jan 2017 22:01:17 +0100 Subject: [PATCH] Haiku: Removed unused variable. Found by Cppcheck. --- src/main/haiku/SDL_BApp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/haiku/SDL_BApp.h b/src/main/haiku/SDL_BApp.h index be143f447..4d390351d 100644 --- a/src/main/haiku/SDL_BApp.h +++ b/src/main/haiku/SDL_BApp.h @@ -385,7 +385,6 @@ private: /* Members */ std::vector _window_map; /* Keeps track of SDL_Windows by index-id */ - display_mode *_saved_mode; BGLView *_current_context; };