aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-03-24 05:17:12 +0800
committerChristian Persch <chpe@src.gnome.org>2004-03-24 05:17:12 +0800
commit2c299d6190d08c97d1cf76b3545b30bde89d904f (patch)
tree3be94b9b4ed84ee4bd825ae1ece12faa5b31fbe4 /src/ephy-tab.h
parent9128390b9cef9877497962a409cd17393ddd0588 (diff)
downloadgsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.tar
gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.tar.gz
gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.tar.bz2
gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.tar.lz
gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.tar.xz
gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.tar.zst
gsoc2013-epiphany-2c299d6190d08c97d1cf76b3545b30bde89d904f.zip
Get rid of ephy_tab_[get|set]_window().
2004-03-23 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_set_property), (ephy_tab_get_property), (ephy_tab_get_window), (ephy_tab_action_activate_cb), (ephy_tab_class_init), (ephy_tab_destroy_brsr_cb), (ephy_tab_size_to_cb), (ephy_tab_dom_mouse_click_cb), (ephy_tab_init): * src/ephy-tab.h: * src/ephy-window.c: (tab_context_menu_cb), (ephy_window_set_active_tab): * src/ephy-window.h: Get rid of ephy_tab_[get|set]_window().
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r--src/ephy-tab.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h
index 18007e040..b56105510 100644
--- a/src/ephy-tab.h
+++ b/src/ephy-tab.h
@@ -79,11 +79,6 @@ EphyEmbed *ephy_tab_get_embed (EphyTab *tab);
EphyTab *ephy_tab_for_embed (EphyEmbed *embed);
-void ephy_tab_set_window (EphyTab *tab,
- EphyWindow *window);
-
-EphyWindow *ephy_tab_get_window (EphyTab *tab);
-
const char *ephy_tab_get_icon_address (EphyTab *tab);
gboolean ephy_tab_get_load_status (EphyTab *tab);