summaryrefslogtreecommitdiff
path: root/gtk/gtk_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_print.c')
-rw-r--r--gtk/gtk_print.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/gtk_print.c b/gtk/gtk_print.c
index f32fcc64e..6f1bf976c 100644
--- a/gtk/gtk_print.c
+++ b/gtk/gtk_print.c
@@ -92,8 +92,6 @@ static void gtk_print_end(void);
static GdkRectangle cliprect;
-struct plotter_table plot;
-
static const struct plotter_table nsgtk_print_plotters = {
nsgtk_print_plot_clg,
nsgtk_print_plot_rectangle,
@@ -109,7 +107,8 @@ static const struct plotter_table nsgtk_print_plotters = {
NULL,
NULL,
NULL,
- nsgtk_print_plot_path
+ nsgtk_print_plot_path,
+ false
};
static const struct printer gtk_printer= {