Fix #6464 - card header
[roojs1] / Roo / bootstrap / Container.js
index e03025d..99cab3b 100644 (file)
@@ -369,45 +369,7 @@ Roo.extend(Roo.bootstrap.Container, Roo.bootstrap.Component,  {
         e.preventDefault();
         
         this.fireEvent('click', this, e);
-    },
-    
-    getItems : function()
-    {
-        var r=new Roo.util.MixedCollection(false, function(o){
-            return o.id || (o.id = Roo.id());
-        });
-        var iter = function(el) {
-            if (el.inputEl) {
-                r.add(el);
-            }
-            if (!el.items) {
-                return;
-            }
-            Roo.each(el.items,function(e) {
-                iter(e);
-            });
-        };
-
-        iter(this);
-        return r;
-    },
-    
-    checkEmpty : function()
-    {
-        var items = this.getItems();
-        var isEmpty = true;
-        
-        items.each(function(f){
-            
-            
-            if(f.el.isVisible()) {
-                isEmpty = false;
-            }
-        });
-        
-        return isEmpty;
     }
-   
 });
 
  
\ No newline at end of file