summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-08 18:12:22 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-08 18:12:22 +0100
commit944d8fc412241e278b6302d9498925bea6ce9657 (patch)
treecf9b26bbb9596f713b265311ffb90e5d694836ab /frontends/amiga/gui.h
parent19742c826aca5494a1f10e3a869190531e7ae25b (diff)
downloadnetsurf-944d8fc412241e278b6302d9498925bea6ce9657.tar.gz
netsurf-944d8fc412241e278b6302d9498925bea6ce9657.tar.bz2
try storing form_control in the hook data
it doesn't appear to be needed anywhere else
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h
index 359e2dc25..0ce50112e 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -304,16 +304,6 @@ void ami_gui2_set_menu(struct gui_window_2 *gwin, struct Menu *menu);
struct ami_menu_data **ami_gui2_get_menu_data(struct gui_window_2 *gwin);
/**
- * Get control (for select menu) from gui_window
- */
-struct form_control *ami_gui_get_control(struct gui_window *gw);
-
-/**
- * Set control (for select menu) to gui_window
- */
-void ami_gui_set_control(struct gui_window *gw, struct form_control *control);
-
-/**
* Set ctxmenu history tmp in gui_window_2
*/
void ami_gui2_set_ctxmenu_history_tmp(struct gui_window_2 *gwin, int temp);