diff options
Diffstat (limited to 'apps/gui/statusbar.c')
| -rw-r--r-- | apps/gui/statusbar.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/gui/statusbar.c b/apps/gui/statusbar.c index 70fe77f..eec031f 100644 --- a/apps/gui/statusbar.c +++ b/apps/gui/statusbar.c @@ -95,13 +95,6 @@ void gui_statusbar_init(struct gui_statusbar * bar) #endif } -void gui_statusbar_set_screen(struct gui_statusbar * bar, - struct screen * display) -{ - bar->display = display; - gui_statusbar_draw(bar, false); -} - void gui_statusbar_draw(struct gui_statusbar * bar, bool force_redraw) { struct screen * display = bar->display; |