aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-12-24 21:49:33 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-24 21:49:33 +0800
commit57975a3760911acf0e7153d2955ad1640f110df6 (patch)
treec4f84ace48187f4fab55382a9328cd5ce30c7bea /src/ephy-window.h
parentacfb18598072007d69bf4eaca299737542904dfe (diff)
downloadgsoc2013-epiphany-57975a3760911acf0e7153d2955ad1640f110df6.tar
gsoc2013-epiphany-57975a3760911acf0e7153d2955ad1640f110df6.tar.gz
gsoc2013-epiphany-57975a3760911acf0e7153d2955ad1640f110df6.tar.bz2
gsoc2013-epiphany-57975a3760911acf0e7153d2955ad1640f110df6.tar.lz
gsoc2013-epiphany-57975a3760911acf0e7153d2955ad1640f110df6.tar.xz
gsoc2013-epiphany-57975a3760911acf0e7153d2955ad1640f110df6.tar.zst
gsoc2013-epiphany-57975a3760911acf0e7153d2955ad1640f110df6.zip
Remove obsolete ephy_window_load_in_tabs() and use generic link opening
2004-12-24 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_get_type), (notebook_drag_data_received_cb): * src/ephy-window.c: (open_link_cb), (ephy_window_init), (ephy_window_set_zoom): * src/ephy-window.h: Remove obsolete ephy_window_load_in_tabs() and use generic link opening framework instead.
Diffstat (limited to 'src/ephy-window.h')
-rw-r--r--src/ephy-window.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ephy-window.h b/src/ephy-window.h
index 73d95b80d..fb0a8180b 100644
--- a/src/ephy-window.h
+++ b/src/ephy-window.h
@@ -89,10 +89,6 @@ void ephy_window_jump_to_tab (EphyWindow *window,
void ephy_window_load_url (EphyWindow *window,
const char *url);
-void ephy_window_load_in_tabs (EphyWindow *window,
- EphyTab *first_tab,
- char **uris);
-
void ephy_window_set_zoom (EphyWindow *window,
float zoom);