aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 60586d88..4239b4e6 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -508,7 +508,7 @@ void UI::make_progress_bars(int wide, int thin_up)
* Create the "File" menu
* Static function for File menu callbacks.
*/
-Fl_Widget *UI::make_filemenu_button()
+void UI::make_filemenu_button()
{
CustButton *btn;
int w = 0, h = 0, padding;
@@ -529,7 +529,6 @@ Fl_Widget *UI::make_filemenu_button()
btn->clear_visible_focus();
if (!prefs.show_filemenu)
btn->hide();
- return btn;
}