From badef32037f52f79abc1f1440b786cd71afdf270 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 6 Sep 2024 14:42:37 +0200 Subject: 6.09 --- hacks/glx/tangram_shapes.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 hacks/glx/tangram_shapes.h (limited to 'hacks/glx/tangram_shapes.h') 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 -- cgit v1.2.3-55-g7522