diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-10-20 23:39:26 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-10-20 23:39:26 +0800 |
commit | b9cf74cb0fce7bde8feccbe7ea0ecf8579d8c77c (patch) | |
tree | 2e92577ce2e9c4f91e5cf7d11dc357955e121a96 /src/ephy-tab.h | |
parent | c0e3df7630afa1ea61a9a0e76976f0df042122a5 (diff) | |
download | gsoc2013-epiphany-b9cf74cb0fce7bde8feccbe7ea0ecf8579d8c77c.tar gsoc2013-epiphany-b9cf74cb0fce7bde8feccbe7ea0ecf8579d8c77c.tar.gz gsoc2013-epiphany-b9cf74cb0fce7bde8feccbe7ea0ecf8579d8c77c.tar.bz2 gsoc2013-epiphany-b9cf74cb0fce7bde8feccbe7ea0ecf8579d8c77c.tar.lz gsoc2013-epiphany-b9cf74cb0fce7bde8feccbe7ea0ecf8579d8c77c.tar.xz gsoc2013-epiphany-b9cf74cb0fce7bde8feccbe7ea0ecf8579d8c77c.tar.zst gsoc2013-epiphany-b9cf74cb0fce7bde8feccbe7ea0ecf8579d8c77c.zip |
Completely remove usage of visibility signal from src/
svn path=/trunk/; revision=7537
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r-- | src/ephy-tab.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h index 1993ba2f5..425afc796 100644 --- a/src/ephy-tab.h +++ b/src/ephy-tab.h @@ -117,8 +117,6 @@ const char *ephy_tab_get_title (EphyTab *tab); const char *ephy_tab_get_title_composite (EphyTab *tab); -gboolean ephy_tab_get_visibility (EphyTab *tab); - float ephy_tab_get_zoom (EphyTab *tab); /* private */ |