about summary refs log tree commit diff
path: root/src/Frustum.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-22 10:25:15 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-22 10:25:15 +0700
commitf842bf6f2544457ecd488157a74dba8f8a2ea1c4 (patch)
tree39222d031e4e6bd802d48a12f215a16ddc262a31 /src/Frustum.cpp
parent325dca9f212f9fd44cd10a8180529970c7a08c72 (diff)
downloadblackshades-f842bf6f2544457ecd488157a74dba8f8a2ea1c4.tar.gz
Remove Mac OS 9 specific code
Except for MacInput, which is used for all keys unfortunately.
Diffstat (limited to 'src/Frustum.cpp')
-rw-r--r--src/Frustum.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Frustum.cpp b/src/Frustum.cpp
index 79f0aa6..712c4a3 100644
--- a/src/Frustum.cpp
+++ b/src/Frustum.cpp
@@ -1,9 +1,5 @@
 #include <cmath>
-#ifdef OS9
-#include "gl.h"
-#else
 #include <GL/gl.h>
-#endif
 
 #include "Frustum.h"