Skip to content

Commit

Permalink
Cleaned up some unused preferences stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 3, 2016
1 parent c07d0d2 commit 5267d83
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/preferences_display.hpp
Expand Up @@ -27,10 +27,6 @@ namespace preferences {
VIEW_FRIENDS
};

// FIXME: this box should be vertically centered on the screen, but is not
static const int height = 400;
static const int width = 465;

struct display_manager
{
display_manager(display* disp);
Expand All @@ -53,10 +49,6 @@ namespace preferences {
void show_preferences_dialog(CVideo& disp, const config& game_cfg,
const DIALOG_OPEN_TO initial_view = VIEW_DEFAULT);
bool show_theme_dialog(CVideo& disp);

// If prefs is non-null, save the hotkeys in that config
// instead of the default.
void show_hotkeys_preferences_dialog(CVideo & disp);
} // end namespace preferences

#endif

0 comments on commit 5267d83

Please sign in to comment.