remove unused interface

This commit is contained in:
Vincent Sanders 2019-08-03 22:02:39 +01:00
parent 357e8a8ad2
commit 31ef86a016

View File

@ -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
*