aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/start.php b/start.php
index 3515ee667..374b99b99 100644
--- a/start.php
+++ b/start.php
@@ -8,13 +8,6 @@
define('TP_OLD_ALBUM', 0);
define('TP_NEW_ALBUM', 1);
-
- // setup tidypics settings object
- global $CONFIG;
- if (!isset($CONFIG->tidypics))
- $CONFIG->tidypics = new stdClass;
- include dirname(__FILE__) . "/settings.php";
-
/**