Remove unused EXAMPLES_JSON

This commit is contained in:
Tim Schaub
2015-04-13 10:42:22 -06:00
parent 4131f41740
commit 7b2391cc2e

View File

@@ -125,9 +125,6 @@ EXAMPLES_SRC_JS = [example.replace('.html', '.js')
EXAMPLES_DEST_ALL = [path.replace('examples_src', 'examples')
for path in EXAMPLES_SRC_ALL]
EXAMPLES_JSON = ['build/' + example.replace('.html', '.json')
for example in EXAMPLES_SRC_HTML]
GLSL_SRC = [path
for path in ifind('src')
if path.endswith('.glsl')]