Skip to content

Commit

Permalink
removed deprecated functions.
Browse files Browse the repository at this point in the history
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
  • Loading branch information
eurich committed Feb 20, 2013
1 parent ed88a22 commit 73963f5
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions sources/Load.php
Expand Up @@ -1984,26 +1984,6 @@ function loadAdminClass($filename)
require_once(SOURCEDIR . '/admin/' . $filename);
}

/**
* Load a controller.
*
* @param string $filename
*/
function loadController($filename)
{
require_once(CONTROLLERDIR . '/' . $filename);
}

/**
* Load a library.
*
* @param string $filename
*/
function loadLibrary($filename)
{
require_once(SUBSDIR . '/' . $filename);
}

/**
* Add a Javascript variable for output later (for feeding text strings and similar to JS)
* Cleaner and easier (for modders) than to use the function below.
Expand Down

0 comments on commit 73963f5

Please sign in to comment.