aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-18 19:01:22 +0800
committerXan Lopez <xan@igalia.com>2012-01-18 19:01:22 +0800
commit67798e67eb2433e8367111156a63ffee76e9e5b2 (patch)
tree4a11de69c4042ab67f248aaf835bd9d041b154f4 /src/window-commands.c
parenteae947e94cd0343801cfad4ee3cd4ff656ad734b (diff)
downloadgsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.tar
gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.tar.gz
gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.tar.bz2
gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.tar.lz
gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.tar.xz
gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.tar.zst
gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.zip
Remove Print Preview item from the super menu
It's already accessible from the Print dialog itself, so there's really no need to duplicate it.
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index a9e56f1b0..65dedb5e2 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -85,19 +85,6 @@ window_cmd_file_print_setup (GtkAction *action,
}
void
-window_cmd_file_print_preview (GtkAction *action,
- EphyWindow *window)
-{
- EphyEmbed *embed;
- EphyWebView *view;
-
- embed = ephy_embed_container_get_active_child
- (EPHY_EMBED_CONTAINER (window));
- view = ephy_embed_get_web_view (embed);
- ephy_web_view_show_print_preview (view);
-}
-
-void
window_cmd_file_print (GtkAction *action,
EphyWindow *window)
{