summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-11 11:33:06 +0200
committerYorhel <git@yorhel.nl>2019-09-11 11:33:06 +0200
commiteab9409133bab856d04ba78e172535ba8099e7f7 (patch)
tree99c32055589056e600da4325fed101b0de805d5b /data
parent4759dde0e941bcdd8df373b629a1df238a311cf5 (diff)
Cleanup + simplify setup instructions in README
Diffstat (limited to 'data')
-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';