summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2010-09-29 15:56:16 +0000
committerAndreas Brachold <vdr07@deltab.de>2010-09-29 15:56:16 +0000
commit8e90628c62bf33b4baffb33576e89b5e708fd934 (patch)
tree35388d059a325b0e490f3a3f9ac21fc67419362c
parenta5ca0be89829b437961e34e9b7eeccaffced9baf (diff)
downloadxxv-8e90628c62bf33b4baffb33576e89b5e708fd934.tar.gz
xxv-8e90628c62bf33b4baffb33576e89b5e708fd934.tar.bz2
jason: remove unused data field
-rw-r--r--skins/jason/channels.js3
1 files changed, 1 insertions, 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({