summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl19
1 files changed, 0 insertions, 19 deletions
diff --git a/data/global.pl b/data/global.pl
index 3439070b..1d4587fa 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -300,25 +300,6 @@ our %M = (
);
-# Options for jsgen.pl
-our %JSGEN = (
- compress => undef,
- gzip => undef,
-);
-
-
-# Options for spritegen.pl
-our %SPRITEGEN = (
- slow => 0,
- crush => undef,
-);
-
-# Options for skingen.pl
-our %SKINGEN = (
- gzip => undef,
-);
-
-
# allow the settings to be overwritten in config.pl
require $ROOT.'/data/config.pl' if -f $ROOT.'/data/config.pl';