From 3cc93b5ec64d97739cf5065e19b31759d1495b9e Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos <cgarcia@igalia.com> Date: Wed, 18 Jan 2012 16:17:53 +0100 Subject: Remove Print Setup item from the super menu and embed it into print dialog --- src/window-commands.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/window-commands.h') diff --git a/src/window-commands.h b/src/window-commands.h index ddd42a0ab..70cc9e597 100644 --- a/src/window-commands.h +++ b/src/window-commands.h @@ -54,9 +54,6 @@ void window_cmd_file_save_as (GtkAction *action, void window_cmd_file_save_as_application (GtkAction *action, EphyWindow *window); -void window_cmd_file_print_setup (GtkAction *action, - EphyWindow *window); - void window_cmd_file_print (GtkAction *action, EphyWindow *window); -- cgit