[dconf] Remove non-required construct methods



commit 017eab90d93471104db71185e8a7d97a908c83ab
Author: Robert Ancell <robert ancell canonical com>
Date:   Fri Jan 14 13:38:11 2011 -0500

    Remove non-required construct methods

 editor/dconf-model.vala |    6 ------
 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 ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]