summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation-unix.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-12-17 13:15:18 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-12-17 13:15:18 -0500
commit21064a41b500f596050a08f0fb73e7b04276b234 (patch)
tree46794df0c7df837ed425674ff2b44612822347b2 /gtk/gtkprintoperation-unix.c
parent1293209d2360e8975fc5895067f684c77a3c52b8 (diff)
downloadgtk+-21064a41b500f596050a08f0fb73e7b04276b234.tar.gz
Remove unneeded deprecation guards
No deprecated api used in here, it seems.
Diffstat (limited to 'gtk/gtkprintoperation-unix.c')
-rw-r--r--gtk/gtkprintoperation-unix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c
index 5ded7ca577..1b8e35d298 100644
--- a/gtk/gtkprintoperation-unix.c
+++ b/gtk/gtkprintoperation-unix.c
@@ -202,7 +202,6 @@ shell_command_substitute_file (const gchar *cmd,
return g_string_free (final, FALSE);
}
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
static void
gtk_print_operation_unix_launch_preview (GtkPrintOperation *op,
cairo_surface_t *surface,
@@ -343,7 +342,6 @@ gtk_print_operation_unix_launch_preview (GtkPrintOperation *op,
g_free (data);
g_free (settings_filename);
}
-G_GNUC_END_IGNORE_DEPRECATIONS
static void
unix_finish_send (GtkPrintJob *job,