Skip to content

Commit

Permalink
Haiku: Removed unused variable.
Browse files Browse the repository at this point in the history
Found by Cppcheck.
  • Loading branch information
philippwiesemann committed Jan 21, 2017
1 parent 800a9e8 commit 63e83a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/haiku/SDL_BApp.h
Expand Up @@ -385,7 +385,6 @@ class SDL_BApp : public BApplication {
/* Members */
std::vector<SDL_Window*> _window_map; /* Keeps track of SDL_Windows by index-id */

display_mode *_saved_mode;
BGLView *_current_context;
};

Expand Down

0 comments on commit 63e83a3

Please sign in to comment.