aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-02-09 00:14:02 +0800
committerXan Lopez <xan@igalia.com>2013-02-09 01:51:30 +0800
commitb23b0b805fd475246018b0d7441fe3a9a5cd2303 (patch)
tree1676f47d7e3886410bb79f69458c5988812bfce0 /src/ephy-shell.h
parent0d728a011be9ff6f96c5296f5fe3b33564114a81 (diff)
downloadgsoc2013-epiphany-b23b0b805fd475246018b0d7441fe3a9a5cd2303.tar
gsoc2013-epiphany-b23b0b805fd475246018b0d7441fe3a9a5cd2303.tar.gz
gsoc2013-epiphany-b23b0b805fd475246018b0d7441fe3a9a5cd2303.tar.bz2
gsoc2013-epiphany-b23b0b805fd475246018b0d7441fe3a9a5cd2303.tar.lz
gsoc2013-epiphany-b23b0b805fd475246018b0d7441fe3a9a5cd2303.tar.xz
gsoc2013-epiphany-b23b0b805fd475246018b0d7441fe3a9a5cd2303.tar.zst
gsoc2013-epiphany-b23b0b805fd475246018b0d7441fe3a9a5cd2303.zip
Use GtkApplication method to get the list of windows
We have one in EphyShell, but should be redundant (since we stopped tracking non-EphyWindow windows some time ago).
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r--src/ephy-shell.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h
index d6f246a8f..f65083a7e 100644
--- a/src/ephy-shell.h
+++ b/src/ephy-shell.h
@@ -174,8 +174,6 @@ GObject *ephy_shell_get_pdm_dialog (EphyShell *shell);
GObject *ephy_shell_get_prefs_dialog (EphyShell *shell);
-GList *ephy_shell_get_windows (EphyShell *shell);
-
guint ephy_shell_get_n_windows (EphyShell *shell);
EphyWindow *ephy_shell_get_main_window (EphyShell *shell);