Remove unused EXAMPLES_JSON
This commit is contained in:
@@ -125,9 +125,6 @@ EXAMPLES_SRC_JS = [example.replace('.html', '.js')
|
|||||||
EXAMPLES_DEST_ALL = [path.replace('examples_src', 'examples')
|
EXAMPLES_DEST_ALL = [path.replace('examples_src', 'examples')
|
||||||
for path in EXAMPLES_SRC_ALL]
|
for path in EXAMPLES_SRC_ALL]
|
||||||
|
|
||||||
EXAMPLES_JSON = ['build/' + example.replace('.html', '.json')
|
|
||||||
for example in EXAMPLES_SRC_HTML]
|
|
||||||
|
|
||||||
GLSL_SRC = [path
|
GLSL_SRC = [path
|
||||||
for path in ifind('src')
|
for path in ifind('src')
|
||||||
if path.endswith('.glsl')]
|
if path.endswith('.glsl')]
|
||||||
|
|||||||
Reference in New Issue
Block a user