From 2ba75362ab5ebcc44a8b0a272fdefa44e2026e4b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 07:53:49 +0800 Subject: [PATCH] XObjectBase/GtkTreeStore.js --- XObjectBase/GtkTreeStore.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/XObjectBase/GtkTreeStore.js b/XObjectBase/GtkTreeStore.js index f4f972551..5e4c79669 100644 --- a/XObjectBase/GtkTreeStore.js +++ b/XObjectBase/GtkTreeStore.js @@ -27,16 +27,6 @@ GtkListStore = XObject.define( this.el.add_attribute(this.items[0].el , 'markup', 4 ); - XObject.prototype.init.call(this); - this.el.set_column_types ( 6, [ - GObject.TYPE_STRING, - GObject.TYPE_STRING, - GObject.TYPE_STRING, - GObject.TYPE_STRING, - GObject.TYPE_STRING, - GObject.TYPE_STRING - ] ); - } } ); -- 2.39.2