Haiku: Removed unused variable.

Found by Cppcheck.
This commit is contained in:
Philipp Wiesemann 2017-01-21 22:01:17 +01:00
parent 800a9e84f4
commit 63e83a3127
1 changed files with 0 additions and 1 deletions

View File

@ -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;
};