summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-03 22:02:39 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-03 22:02:39 +0100
commit31ef86a016f0d27eea4f3b581aec0a0f796f619f (patch)
treefa9c80de74e4fa9ade71e7bc0975eb103d6c1a1e /include
parent357e8a8ad289d8b12ab1f5b89ef07383487381e2 (diff)
downloadnetsurf-31ef86a016f0d27eea4f3b581aec0a0f796f619f.tar.gz
netsurf-31ef86a016f0d27eea4f3b581aec0a0f796f619f.tar.bz2
remove unused interface
Diffstat (limited to 'include')
-rw-r--r--include/netsurf/browser_window.h9
1 files changed, 0 insertions, 9 deletions
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
@@ -471,15 +471,6 @@ 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
*
* \param bw Browser window to set shape in