Removes obsolete code
authorMatthias Schmidt <gravatronics@live.com>
Tue, 22 Jan 2013 16:27:34 +0000 (17:27 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 22 Jan 2013 16:27:34 +0000 (17:27 +0100)
wcfsetup/install/files/lib/data/style/ActiveStyle.class.php

index 0d6e7b252e68106dadd6393fdb1da929e665bd75..4eea8930f147c167d346d728903dcad63151765e 100644 (file)
@@ -1,15 +1,13 @@
 <?php
 namespace wcf\data\style;
-use wcf\data\DatabaseObject;
 use wcf\data\DatabaseObjectDecorator;
-use wcf\system\cache\CacheHandler;
 use wcf\system\WCF;
 
 /**
  * Represents the active user style.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.style
@@ -21,13 +19,6 @@ class ActiveStyle extends DatabaseObjectDecorator {
         */
        protected static $baseClass = 'wcf\data\style\Style';
        
-       /**
-        * @see wcf\data\DatabaseObjectDecorator::__construct()
-        */
-       public function __construct(DatabaseObject $object) {
-               parent::__construct($object);
-       }
-       
        /**
         * Returns full path to specified image.
         *