empaempa / GLOW

GLOW is a WebGL wrapper, which focuses on easy creation and use of shaders.
http://i-am-glow.com
MIT License
244 stars 28 forks source link

Remove unused isCached variables #23

Closed psulat closed 11 years ago

psulat commented 11 years ago

Can't use isCached because reference to cache is needed in cache calls. No use of isCached.

empaempa commented 11 years ago

Ah, sorry, right, the scope becomes weird, so it should be...

isCached.call( cache, ...the parameter... );

...and suddenly I'm not sure it's faster ;)