summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-06-08 16:30:51 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-08 16:30:51 +0000
commit49e88d89000bcd8e22a949ff66fe2d5b5425657a (patch)
treea4e26797a740e0ec9a2eed3ad8da9309618a1e5d /gtk/gtkprintoperation.h
parent52a7a65ce84c578d6ded2b556d9b5309b6980b24 (diff)
downloadgtk+-49e88d89000bcd8e22a949ff66fe2d5b5425657a.tar.gz
Get rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.
2006-06-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperation.h (GtkPrintOperationResult): Get rid of GTK_PRINT_OPERATION_RESULT_PREVIEW. * gtk/gtkprintoperation-unix.c: * gtk/gtkprintoperation.c: Update all users.
Diffstat (limited to 'gtk/gtkprintoperation.h')
-rw-r--r--gtk/gtkprintoperation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h
index d524223cdf..c5df55f018 100644
--- a/gtk/gtkprintoperation.h
+++ b/gtk/gtkprintoperation.h
@@ -60,7 +60,6 @@ typedef enum {
GTK_PRINT_OPERATION_RESULT_ERROR,
GTK_PRINT_OPERATION_RESULT_APPLY,
GTK_PRINT_OPERATION_RESULT_CANCEL,
- GTK_PRINT_OPERATION_RESULT_PREVIEW,
GTK_PRINT_OPERATION_RESULT_IN_PROGRESS
} GtkPrintOperationResult;