summaryrefslogtreecommitdiff
path: root/amiga/context_menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-09 00:56:11 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-09 00:56:11 +0000
commitde1fccd8c43c743b90dff6b72ce516c394d4f93c (patch)
treed06aa3a7df6bf2d833dca4f7b845fc196c320903 /amiga/context_menu.h
parent8299f923f83d0e8cf2b818382e301545f0792525 (diff)
downloadnetsurf-de1fccd8c43c743b90dff6b72ce516c394d4f93c.tar.gz
netsurf-de1fccd8c43c743b90dff6b72ce516c394d4f93c.tar.bz2
Fix warnings
Diffstat (limited to 'amiga/context_menu.h')
-rwxr-xr-xamiga/context_menu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/context_menu.h b/amiga/context_menu.h
index c7424c22c..e3d66edef 100755
--- a/amiga/context_menu.h
+++ b/amiga/context_menu.h
@@ -25,7 +25,6 @@ void ami_context_menu_init(void);
void ami_context_menu_free(void);
BOOL ami_context_menu_mouse_trap(struct gui_window_2 *gwin, BOOL trap);
void ami_context_menu_show(struct gui_window_2 *gwin, int x, int y);
-void ami_context_menu_show_tree(struct tree *tree, struct Window *win, int type);
void gui_create_form_select_menu(struct gui_window *g, struct form_control *control);