From 7030578bbe9e11c18b5becaf8b06e670e3c2e3cd Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 14 Jul 2013 01:32:34 -0400 Subject: [ticket/11698] Moving all autoloadable files to phpbb/ PHPBB3-11698 --- phpBB/includes/style/path_provider.php | 62 ---------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 phpBB/includes/style/path_provider.php (limited to 'phpBB/includes/style/path_provider.php') diff --git a/phpBB/includes/style/path_provider.php b/phpBB/includes/style/path_provider.php deleted file mode 100644 index 731d682e88..0000000000 --- a/phpBB/includes/style/path_provider.php +++ /dev/null @@ -1,62 +0,0 @@ -paths = array('style' => $styles); - } - - /** - * Retrieve an iterator over all style paths - * - * @return ArrayIterator An iterator for the array of style paths - */ - public function getIterator() - { - return new ArrayIterator($this->paths); - } -} -- cgit v1.2.1