summaryrefslogtreecommitdiff
path: root/gtk/gtkprinterprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-05-26 16:46:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-05-26 17:51:02 -0400
commit651b29b7970e43997413ff63d861873518083b48 (patch)
tree548efc54ec0bd26029da12313136e4272e4d28a9 /gtk/gtkprinterprivate.h
parent9422973c2a821462d77b3b8c3661db7bab091be9 (diff)
downloadgtk+-651b29b7970e43997413ff63d861873518083b48.tar.gz
printer: Drop the priv pointer
Diffstat (limited to 'gtk/gtkprinterprivate.h')
-rw-r--r--gtk/gtkprinterprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkprinterprivate.h b/gtk/gtkprinterprivate.h
index fef161cdbf..ed4ecc526d 100644
--- a/gtk/gtkprinterprivate.h
+++ b/gtk/gtkprinterprivate.h
@@ -35,8 +35,6 @@ typedef struct _GtkPrinterPrivate GtkPrinterPrivate;
struct _GtkPrinter
{
GObject parent_instance;
-
- GtkPrinterPrivate *priv;
};
struct _GtkPrinterClass