mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-20 11:12:46 +03:00
remove leftover sighandler code
This commit is contained in:
parent
f6f8102ecb
commit
4efb1d34c3
@ -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 */
|
/* exported interface documented in window.h */
|
||||||
GtkLayout *nsgtk_window_get_layout(struct gui_window *g)
|
GtkLayout *nsgtk_window_get_layout(struct gui_window *g)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user