summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-03-28 14:17:56 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-03-28 14:17:56 +1300
commit6cddf2026d948053abed22a042c8f605b49c6768 (patch)
tree8501a00f0358b61ed467475361ef277f83d5985e
parent8c5dd74efb1253587dd6e324e79b28ed46378f26 (diff)
downloadgnome-color-manager-6cddf2026d948053abed22a042c8f605b49c6768.tar.gz
Remove g_type_class_add_private that is no longer required after cfd551b
-rw-r--r--src/gcm-print.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gcm-print.c b/src/gcm-print.c
index ecaacf0..ac48c56 100644
--- a/src/gcm-print.c
+++ b/src/gcm-print.c
@@ -69,8 +69,6 @@ gcm_print_class_init (GcmPrintClass *klass)
G_STRUCT_OFFSET (GcmPrintClass, status_changed),
NULL, NULL, g_cclosure_marshal_VOID__UINT,
G_TYPE_NONE, 1, G_TYPE_UINT);
-
- g_type_class_add_private (klass, sizeof (GcmPrintPrivate));
}
/**