diff --git a/_config.php b/_config.php index 7ea44cd..d801974 100644 --- a/_config.php +++ b/_config.php @@ -14,13 +14,3 @@ * @license https://opensource.org/licenses/BSD-3-Clause BSD-3-Clause * @link https://github.com/praxisnetau/silverware-calendar */ - -// Define Module Constants: - -if (!defined('SILVERWARE_CALENDAR_DIR')) { - define('SILVERWARE_CALENDAR_DIR', basename(__DIR__)); -} - -if (!defined('SILVERWARE_CALENDAR_PATH')) { - define('SILVERWARE_CALENDAR_PATH', realpath(__DIR__)); -}