Remove an obsolete function possibly causing hp/xp bars...

...a bugs with fullscreen toggle on windows. But this is still
unclear.
This commit is contained in:
Ali El Gariani 2008-03-30 10:54:34 +00:00
parent 388e176cd2
commit b4efb284f1
3 changed files with 0 additions and 5 deletions

View file

@ -1446,7 +1446,6 @@ void display::set_zoom(int amount)
zoom_ = new_zoom;
bounds_check_position();
zoom_redraw_hook();
image::set_zoom(zoom_);
map_labels_.recalculate_labels();
redraw_background_ = true;

View file

@ -371,8 +371,6 @@ protected:
void draw_minimap();
virtual void zoom_redraw_hook() {};
enum ADJACENT_TERRAIN_TYPE { ADJACENT_BACKGROUND, ADJACENT_FOREGROUND, ADJACENT_FOGSHROUD };
std::vector<surface> get_terrain_images(const gamemap::location &loc,

View file

@ -210,8 +210,6 @@ private:
game_display(const game_display&);
void operator=(const game_display&);
void zoom_redraw_hook() {energy_bar_rects_.clear();}
void draw_sidebar();
void draw_game_status();