aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/extantz/extantz.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c
index a731e6a..31264fd 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -4,7 +4,6 @@
4globals ourGlobals; 4globals ourGlobals;
5 5
6 6
7
8static void gldata_init(GLData *gld) 7static void gldata_init(GLData *gld)
9{ 8{
10 gld->useEGL = USE_EGL; 9 gld->useEGL = USE_EGL;
@@ -20,8 +19,6 @@ static void gldata_init(GLData *gld)
20 gld->light[2] = -5.0; 19 gld->light[2] = -5.0;
21} 20}
22 21
23//-------------------------//
24
25 22
26 23
27static void _resize_winwin(GLData *gld) 24static void _resize_winwin(GLData *gld)