Parcourir la source

Haiku: Removed unused variable.

Found by Cppcheck.
Philipp Wiesemann il y a 9 ans
Parent
commit
63e83a3127
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;
 };