]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - modules/basic/BIFE/Title.php
- Removed Root widget (has no sense with the new auto file including).
[software/bife/bife-all.git] / modules / basic / BIFE / Title.php
index 6ff15cf2518245846649b815f6f70d02d1d27067..12d6698eaed818e0178cf692f7ffeb5d38f3e110 100644 (file)
@@ -39,36 +39,6 @@ require_once 'BIFE/Generic.php';
 class BIFE_Title extends BIFE_Generic {
     // ~X2C
 
 class BIFE_Title extends BIFE_Generic {
     // ~X2C
 
-    // +X2C Operation 18
-    /**
-     * Constructor.
-     *
-     * @param  array $attrs Attributes.
-     *
-     * @return void
-     * @access public
-     */
-    function BIFE_Title($attrs) // ~X2C
-    {
-        $this->__construct($attrs);
-    }
-    // -X2C
-
-    // +X2C Operation 55
-    /**
-     * Constructor.
-     *
-     * @param  array $attrs Attributes.
-     *
-     * @return void
-     * @access public
-     */
-    function __construct($attrs) // ~X2C
-    {
-        parent::__construct($attrs);
-    }
-    // -X2C
-
 } // -X2C Class :Title
 
 } // -X2C Class :Title
 
-?>
\ No newline at end of file
+?>