diff options
Diffstat (limited to 'examples/opengl/opengl.pyproject')
-rw-r--r-- | examples/opengl/opengl.pyproject | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/opengl/opengl.pyproject b/examples/opengl/opengl.pyproject index 12f435daf..20b289d7b 100644 --- a/examples/opengl/opengl.pyproject +++ b/examples/opengl/opengl.pyproject @@ -1,5 +1,3 @@ { - "files": ["grabber.py", "samplebuffers.py", "hellogl.py", - "hellogl2.py", "contextinfo.py", "2dpainting.py", - "overpainting.py"] + "files": ["hellogl2.py", "contextinfo.py"] } |