Display: header formatting and doc updates

Appropriate functions were also marked deprecated.
This commit is contained in:
Charles Dang 2017-07-10 01:05:22 +11:00
parent e422261518
commit dadb31aadf
2 changed files with 492 additions and 256 deletions

View file

@ -2141,12 +2141,6 @@ const SDL_Rect& display::get_clip_rect()
return map_area();
}
void display::draw_hex_cursor(const map_location& /*loc*/)
{
/** DO NOTHING */
}
image::TYPE display::get_image_type(const map_location& /*loc*/)
{
return image::TOD_COLORED;
@ -2572,11 +2566,6 @@ void display::redraw_everything()
// NEW RENDERING CODE =========================================================================
//
void display::draw_hex(const map_location& /*loc*/)
{
// DO NOTHING
}
void display::draw_hex_overlays()
{
// DO NOTHING

File diff suppressed because it is too large Load diff