Removed an obsolete panel drawing hack.
This commit is contained in:
parent
5cfb927771
commit
ce86591499
1 changed files with 1 additions and 1 deletions
|
@ -1218,7 +1218,7 @@ void display::update_display()
|
|||
flip();
|
||||
}
|
||||
|
||||
static void draw_panel(CVideo& video, const theme::panel& panel, std::vector<gui::button>& buttons)
|
||||
static void draw_panel(CVideo& video, const theme::panel& panel, std::vector<gui::button>& /*buttons*/)
|
||||
{
|
||||
//log_scope("draw panel");
|
||||
DBG_DP << "drawing panel " << panel.get_id() << "\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue