diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-22 10:25:15 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-22 10:25:15 +0700 |
| commit | f842bf6f2544457ecd488157a74dba8f8a2ea1c4 (patch) | |
| tree | 39222d031e4e6bd802d48a12f215a16ddc262a31 /src/Frustum.cpp | |
| parent | 325dca9f212f9fd44cd10a8180529970c7a08c72 (diff) | |
| download | blackshades-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.cpp | 4 |
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" |
