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