From 55c6002e1487ea4a52a3181f1f3617984f0a90fb Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Fri, 24 Feb 2012 14:19:24 -0500 Subject: [PATCH] Moved datagrid --- src/common/datagrid.php | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 src/common/datagrid.php diff --git a/src/common/datagrid.php b/src/common/datagrid.php deleted file mode 100644 index ea2928e..0000000 --- a/src/common/datagrid.php +++ /dev/null @@ -1,37 +0,0 @@ -model = new GtkTreeStore(GObject::TYPE_PHP_VALUE, GObject::TYPE_STRING); - parent::__construct($this->model); - } - - function __get($key) - { - - } - - function __set($key, $val) - { - - } -} \ No newline at end of file