Skip to content

Commit

Permalink
remove unnecessary (duplicated) accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 12, 2014
1 parent 8faa4bf commit f475449
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/display.hpp
Expand Up @@ -388,9 +388,6 @@ class display

void refresh_report(std::string const &report_name, const config * new_cfg=NULL);

map_location get_selected_hex() const { return selectedHex_; }
map_location get_highlight_hex() const { return mouseoverHex_; }

void draw_minimap_units();

/** Function to invalidate all tiles. */
Expand Down

0 comments on commit f475449

Please sign in to comment.