summaryrefslogtreecommitdiff
path: root/swat2/style/qooxdoo/widgets/widgets/QxMenuRadioButton.js
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-12 12:49:19 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-12 12:49:19 +0200
commit143d3f1d90b1d8e35f03e03aa7d39c4090fe0296 (patch)
tree56b438c6ade0dd323e6a882a9071cfe5f069a86a /swat2/style/qooxdoo/widgets/widgets/QxMenuRadioButton.js
parent6ccf2321cef9203bb80cb091700ea798095d094b (diff)
downloadsamba-143d3f1d90b1d8e35f03e03aa7d39c4090fe0296.tar.gz
samba-143d3f1d90b1d8e35f03e03aa7d39c4090fe0296.tar.bz2
samba-143d3f1d90b1d8e35f03e03aa7d39c4090fe0296.zip
Remove unused swat2 code
metze
Diffstat (limited to 'swat2/style/qooxdoo/widgets/widgets/QxMenuRadioButton.js')
-rw-r--r--swat2/style/qooxdoo/widgets/widgets/QxMenuRadioButton.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/swat2/style/qooxdoo/widgets/widgets/QxMenuRadioButton.js b/swat2/style/qooxdoo/widgets/widgets/QxMenuRadioButton.js
deleted file mode 100644
index 68f596a4a3..0000000000
--- a/swat2/style/qooxdoo/widgets/widgets/QxMenuRadioButton.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/* Copyright (c): 2002-2005 (Germany): United Internet, 1&1, GMX, Schlund+Partner, Alturo */
-function QxMenuRadioButton(vText,vCommand,vChecked){QxMenuCheckBox.call(this,vText,vCommand,vChecked);};QxMenuRadioButton.extend(QxMenuCheckBox,"QxMenuRadioButton");QxMenuRadioButton.addProperty({name:"group"});proto._source = "widgets/menu/radiobutton.gif";proto._modifyChecked=function(_b1,_b2,_b3,_b4){if(this.getGroup()){this.getGroup().setSelected(this,_b4);};return QxMenuCheckBox.prototype._modifyChecked.call(this,_b1,_b2,_b3,_b4);};proto._modifyGroup=function(_b1,_b2,_b3,_b4){if(_b2){_b2.remove(this,_b4);};if(_b1){_b1.add(this,_b4);};return true;};proto._modifyName=function(_b1,_b2,_b3,_b4){if(this.getGroup()){this.getGroup().setName(_b1,_b4);};return true;};proto.execute=function(){this.setChecked(true);QxMenuButton.prototype.execute.call(this);}; \ No newline at end of file