diff --git a/library/Zepto/FileLoader/PluginLoader.php b/library/Zepto/FileLoader/PluginLoader.php index d71cee2..0595b99 100644 --- a/library/Zepto/FileLoader/PluginLoader.php +++ b/library/Zepto/FileLoader/PluginLoader.php @@ -13,12 +13,6 @@ class PluginLoader extends \Zepto\FileLoader { - // public function __construct($plugin_dir) - // { - // parent::__construct(); - // $this->plugin_dir = $plugin_dir; - // } - /** * Loads in a single file or all files in a directory if $file_path is a folder * diff --git a/library/Zepto/FileWriter.php b/library/Zepto/FileWriter.php index 631e0a5..43b2717 100644 --- a/library/Zepto/FileWriter.php +++ b/library/Zepto/FileWriter.php @@ -13,11 +13,6 @@ class FileWriter { - public function __construct() - { - - } - // Seems to work, meh public function write($file_path, $file_data) {