aboutsummaryrefslogtreecommitdiff
path: root/src/Text.h
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/Text.h
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/Text.h')
-rw-r--r--src/Text.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Text.h b/src/Text.h
index 77dee46..220bf9c 100644
--- a/src/Text.h
+++ b/src/Text.h
@@ -3,13 +3,8 @@
/**> HEADER FILES <**/
#include "Quaternions.h"
-#ifdef OS9
-#include <gl.h>
-#include <glu.h>
-#else
#include <GL/gl.h>
#include <GL/glu.h>
-#endif
#include "Files.h"
#include "Quaternions.h"