summaryrefslogtreecommitdiff
path: root/riscos/wimp.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/wimp.h')
-rw-r--r--riscos/wimp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/riscos/wimp.h b/riscos/wimp.h
index 6cc104d5c..456c96528 100644
--- a/riscos/wimp.h
+++ b/riscos/wimp.h
@@ -22,11 +22,6 @@
#include "oslib/wimp.h"
#include "rufl.h"
-/** desktop font, size and style being used */
-extern char ro_gui_desktop_font_family[];
-extern int ro_gui_desktop_font_size;
-extern rufl_style ro_gui_desktop_font_style;
-
int ro_get_hscroll_height(wimp_w w);
int ro_get_vscroll_width(wimp_w w);
@@ -68,6 +63,4 @@ void ro_gui_wimp_update_window_furniture(wimp_w w, wimp_window_flags bic_mask,
wimp_window_flags xor_mask);
bool ro_gui_wimp_check_window_furniture(wimp_w w, wimp_window_flags mask);
-void ro_gui_wimp_get_desktop_font(void);
-
#endif