summaryrefslogtreecommitdiff
path: root/amiga/context_menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-05 15:09:00 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-05 15:09:00 +0100
commit63227a214bb8e0f576ecb684313e5f3a3bdcf96f (patch)
tree77923d38486b4403ac0aa02ea2d3ee3024dc99e9 /amiga/context_menu.h
parent00aa1e2d3501ee0a004415a56a845db51c660ef4 (diff)
downloadnetsurf-63227a214bb8e0f576ecb684313e5f3a3bdcf96f.tar.gz
netsurf-63227a214bb8e0f576ecb684313e5f3a3bdcf96f.tar.bz2
Rename context_menu.c and strip out all the context menu code, so this file and popupmenu.class is only used (optionally) for HTML form selection.
Diffstat (limited to 'amiga/context_menu.h')
-rwxr-xr-xamiga/context_menu.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/amiga/context_menu.h b/amiga/context_menu.h
deleted file mode 100755
index 5697b5611..000000000
--- a/amiga/context_menu.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Copyright 2008-9, 2011 Chris Young <chris@unsatisfactorysoftware.co.uk>
- *
- * This file is part of NetSurf, http://www.netsurf-browser.org/
- *
- * NetSurf is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * NetSurf is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef AMIGA_CONTEXT_MENU_H
-#define AMIGA_CONTEXT_MENU_H
-
-struct tree;
-struct gui_window;
-struct gui_window_2;
-struct form_control;
-
-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 gui_create_form_select_menu(struct gui_window *g, struct form_control *control);
-
-#endif
-