summaryrefslogtreecommitdiff
path: root/pluma/pluma-print-job.c
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/pluma-print-job.c')
-rw-r--r--pluma/pluma-print-job.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pluma/pluma-print-job.c b/pluma/pluma-print-job.c
index 72b24154..e1f9f7f8 100644
--- a/pluma/pluma-print-job.c
+++ b/pluma/pluma-print-job.c
@@ -761,9 +761,7 @@ pluma_print_job_print (PlumaPrintJob *job,
gtk_print_operation_set_job_name (priv->operation, job_name);
g_free (job_name);
-#if GTK_CHECK_VERSION (2, 17, 4)
gtk_print_operation_set_embed_page_setup (priv->operation, TRUE);
-#endif
gtk_print_operation_set_custom_tab_label (priv->operation,
_("Text Editor"));