Display: removed orphaned function declarations

These were refactored out in bef3d1092c1078ed93c7b46d7745e30a2ca15a00
This commit is contained in:
Charles Dang 2023-04-10 04:25:13 -04:00
parent 13750eebc5
commit b64e1dd9c6

View File

@ -906,16 +906,6 @@ private:
void draw_label(const theme::label& label);
protected:
/**
* Initiate a redraw.
*
* Invalidate controls and panels when changed after they have been drawn
* initially. Useful for dynamic theme modification.
*/
void draw_init();
void draw_wrap(bool update,bool force);
/** Used to indicate to drawing functions that we are doing a map screenshot */
bool map_screenshot_;