From 8e90628c62bf33b4baffb33576e89b5e708fd934 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Wed, 29 Sep 2010 15:56:16 +0000 Subject: jason: remove unused data field --- skins/jason/channels.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/skins/jason/channels.js b/skins/jason/channels.js index 0542218..60aaf14 100644 --- a/skins/jason/channels.js +++ b/skins/jason/channels.js @@ -17,8 +17,7 @@ Ext.xxv.storeChannels = function() { {name: 'name', type: 'string'}, {name: 'group', type: 'string'}, {name: 'position', type: 'int'}, - {name: 'grpname', type: 'string'}, - {name: 'host', type: 'string'} + {name: 'grpname', type: 'string'} ] }), proxy : new Ext.data.HttpProxy({ -- cgit v1.2.3