Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Deleted empty constructors in Zepto\FileLoader\PluginLoader and `…
Browse files Browse the repository at this point in the history
…`Zepto\FileWriter``
  • Loading branch information
hassankhan committed Jan 13, 2014
1 parent 6154390 commit 3695ddf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions library/Zepto/FileLoader/PluginLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
5 changes: 0 additions & 5 deletions library/Zepto/FileWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@

class FileWriter {

public function __construct()
{

}

// Seems to work, meh
public function write($file_path, $file_data)
{
Expand Down

0 comments on commit 3695ddf

Please sign in to comment.