Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.
[mesa.git] / progs / objviewer / skybox.h
diff --git a/progs/objviewer/skybox.h b/progs/objviewer/skybox.h
deleted file mode 100644 (file)
index 18bee51..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#ifndef SKYBOX_H
-#define SKYBOX_H
-
-
-extern GLuint
-LoadSkyBoxCubeTexture(const char *filePosX,
-                      const char *fileNegX,
-                      const char *filePosY,
-                      const char *fileNegY,
-                      const char *filePosZ,
-                      const char *fileNegZ);
-
-extern void
-DrawSkyBoxCubeTexture(GLuint tex);
-
-
-#endif /* SKYBOX_H */