remove some unused data structures
This commit is contained in:
parent
14cca44b3a
commit
4efcadadf4
2 changed files with 0 additions and 8 deletions
|
@ -99,10 +99,6 @@ display::display(unit_map& units, CVideo& video, const gamemap& map,
|
|||
|
||||
image::set_zoom(zoom_);
|
||||
|
||||
gameStatusRect_.w = 0;
|
||||
unitDescriptionRect_.w = 0;
|
||||
unitProfileRect_.w = 0;
|
||||
|
||||
//inits the flag list
|
||||
flags_.reserve(teams_.size());
|
||||
for(size_t i = 0; i != teams_.size(); ++i) {
|
||||
|
|
|
@ -371,10 +371,6 @@ private:
|
|||
void draw_minimap(int x, int y, int w, int h);
|
||||
void draw_game_status();
|
||||
|
||||
SDL_Rect gameStatusRect_;
|
||||
SDL_Rect unitDescriptionRect_;
|
||||
SDL_Rect unitProfileRect_;
|
||||
|
||||
void draw_image_for_report(surface& img, SDL_Rect& rect);
|
||||
void draw_report(reports::TYPE report_num);
|
||||
SDL_Rect reportRects_[reports::NUM_REPORTS];
|
||||
|
|
Loading…
Add table
Reference in a new issue