core: cleanup of build - build.js isn't used anywhere

1.7/enhancement_8685
Jörn Zaefferer 2008-12-18 16:43:39 +00:00
parent e611289a79
commit ba4453def2
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
load("build/js/ParseMaster.js", "build/js/pack.js", "build/js/writeFile.js");
var out = readFile( arguments[0] );
writeFile( arguments[1], pack( out, 62, true, false ) );