remove leftover sighandler code

This commit is contained in:
Vincent Sanders 2019-09-19 22:01:41 +01:00 committed by Daniel Silverstone
parent f6f8102ecb
commit 4efb1d34c3
1 changed files with 0 additions and 7 deletions

View File

@ -1481,13 +1481,6 @@ struct browser_window *nsgtk_get_browser_window(struct gui_window *g)
}
/* exported interface documented in window.h */
unsigned long nsgtk_window_get_signalhandler(struct gui_window *g, int i)
{
return g->signalhandler[i];
}
/* exported interface documented in window.h */
GtkLayout *nsgtk_window_get_layout(struct gui_window *g)
{