[tasque/transition: 148/213] [SQlite] Remove properties that are now managed in base class



commit 6d5bc3aa00886ef199234c8a216eae076d323685
Author: Antonius Riha <antoniusriha gmail com>
Date:   Sat Aug 18 18:32:49 2012 +0200

    [SQlite] Remove properties that are now managed in base class

 src/Addins/SqliteBackend/SqliteBackend.cs |   33 -----------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)
---
diff --git a/src/Addins/SqliteBackend/SqliteBackend.cs b/src/Addins/SqliteBackend/SqliteBackend.cs
index 517befa..dfeb12a 100644
--- a/src/Addins/SqliteBackend/SqliteBackend.cs
+++ b/src/Addins/SqliteBackend/SqliteBackend.cs
@@ -46,39 +46,6 @@ namespace Tasque.Backends.Sqlite
 		}
 		
 		#region Public Properties
-		public string Name {
-			get { return; } // TODO: Return something more usable to the user like, "Built-in" or whatever
-		}
-		
-		/// <value>
-		/// All the tasks including ITaskDivider items.
-		/// </value>
-		public Gtk.TreeModel SortedTasks {
-			get { return sortedTasksModel; }
-		}
-		
-		/// <value>
-		/// This returns all the task lists (categories) that exist.
-		/// </value>
-		public Gtk.TreeModel Categories {
-			get { return sortedCategoriesModel; }
-		}
-		
-		/// <value>
-		/// Indication that the Sqlite backend is configured
-		/// </value>
-		public bool Configured {
-			get { return configured; }
-		}
-		
-		
-		/// <value>
-		/// Inidication that the backend is initialized
-		/// </value>
-		public bool Initialized {
-			get { return initialized; }
-		}
-		
 		public Database Database {
 			get { return db; }
 		}



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