diff options
author | Brian Paul <[email protected]> | 2006-06-30 15:57:05 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-06-30 15:57:05 +0000 |
commit | 66c9be06f963f23fb1d158dcf3df737521a16d0f (patch) | |
tree | 4451d040e67a3a406f475859decd4a92cd015966 /progs | |
parent | c7e164f091d26f8286bbc9ba2a05a7098a58cede (diff) |
remove occlude.c demo since GL_HP_occlusion_test no longer available
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 74255819995..aadf33e1ba5 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -38,7 +38,6 @@ PROGS = \ lodbias \ morph3d \ multiarb \ - occlude \ paltex \ pointblast \ ray \ |