From 735b2f5219d1757b321ce8d6de45ef76290fe90e Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 22 Jan 2013 17:27:34 +0100 Subject: [PATCH] Removes obsolete code --- .../files/lib/data/style/ActiveStyle.class.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/wcfsetup/install/files/lib/data/style/ActiveStyle.class.php b/wcfsetup/install/files/lib/data/style/ActiveStyle.class.php index 0d6e7b252e..4eea8930f1 100644 --- a/wcfsetup/install/files/lib/data/style/ActiveStyle.class.php +++ b/wcfsetup/install/files/lib/data/style/ActiveStyle.class.php @@ -1,15 +1,13 @@ * @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. * -- 2.20.1