From 017eab90d93471104db71185e8a7d97a908c83ab Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Fri, 14 Jan 2011 13:38:11 -0500 Subject: Remove non-required construct methods --- editor/dconf-model.vala | 6 ------ 1 file changed, 6 deletions(-) diff --git a/editor/dconf-model.vala b/editor/dconf-model.vala index d6ec9fe..28b2c23 100644 --- a/editor/dconf-model.vala +++ b/editor/dconf-model.vala @@ -196,8 +196,6 @@ public class KeyModel: GLib.Object, Gtk.TreeModel/*, Gtk.TreeSortable*/ { private Directory directory; - construct {} - public KeyModel(Directory directory) { this.directory = directory; @@ -334,8 +332,6 @@ public class EnumModel: GLib.Object, Gtk.TreeModel { private SchemaEnum schema_enum; - construct {} - public EnumModel(SchemaEnum schema_enum) { this.schema_enum = schema_enum; @@ -459,8 +455,6 @@ public class SettingsModel: GLib.Object, Gtk.TreeModel public DConf.Client client; private Directory root; - construct {} - public SettingsModel() { client = new DConf.Client (); -- cgit v1.2.1