remove unneeded variables

not necessary anymore
This commit is contained in:
project-am 2017-10-06 02:01:30 +02:00 committed by GitHub
parent d9c8d54870
commit 8e12c4e3ba

View file

@ -1,7 +1,5 @@
// A bank of all the chached images
var CacheImage = {};
var CacheImageSource = 0;
var CacheImageData = 1;
// Returns the image file or build it from the source
function DrawGetImage(Source) {