Ver Fonte

Haiku: Removed unused variable.

Found by Cppcheck.
Philipp Wiesemann há 8 anos atrás
pai
commit
63e83a3127
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      src/main/haiku/SDL_BApp.h

+ 0 - 1
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;
 };