# HG changeset patch # User Torsten Irländer # Date 1369151715 -7200 # Node ID 162552e878e7f139027e918a229f9fc7b1a7f78d # Parent 897e3100c6da7c55592862519fd8981a5a9c01a5 Removed unused file. diff -r 897e3100c6da -r 162552e878e7 app/view/search/Variables.js --- a/app/view/search/Variables.js Tue May 21 17:53:51 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,40 +0,0 @@ -Ext.define('Lada.view.search.Variables' ,{ - extend: 'Ext.panel.Panel', - alias: 'widget.variables1', - border: false, - initComponent: function() { - this.items = [ - { - id: 'sqlVar1', - xtype: 'queryselector', - fieldLabel: 'Variables for SQL 1', - labelWidth: 300 - } - ]; - this.callParent(arguments); - } -}); - -//Ext.define('Lada.view.search.Variables' ,{ -// extend: 'Ext.panel.Panel', -// alias: 'widget.variables', -// border: false, -// -// initComponent: function() { -// this.items = [ -// { -// id: 'sqlVar1', -// xtype: 'displayfield', -// fieldLabel: 'Variables for SQL 1', -// labelWidth: 300 -// }, -// { -// id: 'sqlVar2', -// xtype: 'displayfield', -// fieldLabel: 'Variables for SQL 2', -// labelWidth: 300 -// } -// ]; -// this.callParent(arguments); -// } -//});