diff --git a/src/mibew/libs/classes/Mibew/Style/AbstractStyle.php b/src/mibew/libs/classes/Mibew/Style/AbstractStyle.php index f4c1bac5..1e120aa4 100644 --- a/src/mibew/libs/classes/Mibew/Style/AbstractStyle.php +++ b/src/mibew/libs/classes/Mibew/Style/AbstractStyle.php @@ -119,14 +119,6 @@ abstract class AbstractStyle return $this->configParser; } - /** - * Builds base path for style files. This path is relative to Mibew root and - * does not contain neither leading nor trailing slash. - * - * @return string Base path for style files - */ - abstract public function getFilesPath(); - /** * Gets names of styles which are located in the $root_dir. *