summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-01-14 13:38:11 -0500
committerRobert Ancell <robert.ancell@canonical.com>2011-01-14 13:38:11 -0500
commit017eab90d93471104db71185e8a7d97a908c83ab (patch)
tree9f7b2fca293da26d96a4e630f9edb36e006817af
parent103a67455a514e74e84cba1b9c083de9d6c8a38a (diff)
downloaddconf-017eab90d93471104db71185e8a7d97a908c83ab.tar.gz
Remove non-required construct methods
-rw-r--r--editor/dconf-model.vala6
1 files changed, 0 insertions, 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 ();