From 63227a214bb8e0f576ecb684313e5f3a3bdcf96f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 5 Sep 2015 15:09:00 +0100 Subject: 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. --- amiga/context_menu.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 amiga/context_menu.h (limited to 'amiga/context_menu.h') 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 - * - * 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 . - */ - -#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 - -- cgit v1.2.3