From 31ef86a016f0d27eea4f3b581aec0a0f796f619f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 3 Aug 2019 22:02:39 +0100 Subject: remove unused interface --- include/netsurf/browser_window.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/netsurf/browser_window.h b/include/netsurf/browser_window.h index 1c4740d6b..d21af2629 100644 --- a/include/netsurf/browser_window.h +++ b/include/netsurf/browser_window.h @@ -470,15 +470,6 @@ struct browser_window *browser_window_find_target( nserror browser_window_schedule_reformat(struct browser_window *bw); -/** - * callback for select menu widget - * - * \todo This API needs investigating - */ -void browser_select_menu_callback(void *client_data, - int x, int y, int width, int height); - - /** * Change the shape of the mouse pointer * -- cgit v1.2.3