summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 00:18:32 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 00:18:32 +0000
commitedaa9c29f22a550ddc7c8e1f02ff6d9dedf9a5b1 (patch)
treeb5e5c8acfc567da678cf7ffd85b11e030942d221 /frontends/amiga/gui.h
parent7b9fa8d7eb60950401065a81efffebd10d84309a (diff)
downloadnetsurf-edaa9c29f22a550ddc7c8e1f02ff6d9dedf9a5b1.tar.gz
netsurf-edaa9c29f22a550ddc7c8e1f02ff6d9dedf9a5b1.tar.bz2
Remove use of global context data from Amiga frontend
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h
index 07ff922f7..5cec82d84 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -259,11 +259,6 @@ uint32 ami_gui_get_app_id(void);
STRPTR ami_gui_get_screen_title(void);
/**
- * Set gui_globals back to the default for the browser context
- */
-void ami_gui_set_default_gg(void);
-
-/**
* Switch to the most-recently-opened tab
*/
void ami_gui_switch_to_new_tab(struct gui_window_2 *gwin);