summaryrefslogtreecommitdiff
path: root/frontends/gtk/window.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-04 09:47:58 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-04 09:47:58 +0100
commit337c2ed7b171d757516d6a828a062366f2d783e8 (patch)
tree15585ec4bcf1021fdd8efce68c9b659d3936c924 /frontends/gtk/window.c
parent31ef86a016f0d27eea4f3b581aec0a0f796f619f (diff)
downloadnetsurf-337c2ed7b171d757516d6a828a062366f2d783e8.tar.gz
netsurf-337c2ed7b171d757516d6a828a062366f2d783e8.tar.bz2
remove unused gtk window interfaces and clean up documentation
Diffstat (limited to 'frontends/gtk/window.c')
-rw-r--r--frontends/gtk/window.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/frontends/gtk/window.c b/frontends/gtk/window.c
index 5e8538f26..e6581c7eb 100644
--- a/frontends/gtk/window.c
+++ b/frontends/gtk/window.c
@@ -167,16 +167,6 @@ void nsgtk_window_set_tab(struct gui_window *g, GtkWidget *w)
}
-struct gui_window *nsgtk_window_iterate(struct gui_window *g)
-{
- return g->next;
-}
-
-float nsgtk_get_scale_for_gui(struct gui_window *g)
-{
- return browser_window_get_scale(g->bw);
-}
-
static void nsgtk_select_menu_clicked(GtkCheckMenuItem *checkmenuitem,
gpointer user_data)
{