Commit 63e83a3127a42061e0e898109faa04c002b0e0f3

Philipp Wiesemann 2017-01-21T22:01:17

Haiku: Removed unused variable. Found by Cppcheck.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/main/haiku/SDL_BApp.h b/src/main/haiku/SDL_BApp.h
index be143f4..4d39035 100644
--- a/src/main/haiku/SDL_BApp.h
+++ b/src/main/haiku/SDL_BApp.h
@@ -385,7 +385,6 @@ private:
     /* Members */
     std::vector<SDL_Window*> _window_map; /* Keeps track of SDL_Windows by index-id */
 
-    display_mode *_saved_mode;
     BGLView      *_current_context;
 };