summaryrefslogtreecommitdiffstats
path: root/hacks/glx/tangram_shapes.h
diff options
context:
space:
mode:
authorSimon Rettberg2024-09-06 14:42:37 +0200
committerSimon Rettberg2024-09-06 14:42:37 +0200
commitbadef32037f52f79abc1f1440b786cd71afdf270 (patch)
tree412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/glx/tangram_shapes.h
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/glx/tangram_shapes.h')
-rw-r--r--hacks/glx/tangram_shapes.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/hacks/glx/tangram_shapes.h b/hacks/glx/tangram_shapes.h
deleted file mode 100644
index 254f8f3..0000000
--- a/hacks/glx/tangram_shapes.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef TANGRAM_SHAPES_H
-#define TANGRAM_SHAPES_H
-
-/* get_sm_tri_dl - Get small triangle Display List */
-GLuint tangram_get_sm_tri_dl(int wire);
-/* get_lg_tri_dl - Get large triangle Display List */
-GLuint tangram_get_lg_tri_dl(int wire);
-/* get_md_tri_dl - Get medium triangle Display List */
-GLuint tangram_get_md_tri_dl(int wire);
-/* get_square_dl - Get square Display List */
-GLuint tangram_get_square_dl(int wire);
-/* get_rhomboid_dl - Get rhomboid Display List */
-GLuint tangram_get_rhomboid_dl(int wire);
-
-#endif