From f842bf6f2544457ecd488157a74dba8f8a2ea1c4 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 22 Jun 2021 10:25:15 +0700 Subject: Remove Mac OS 9 specific code Except for MacInput, which is used for all keys unfortunately. --- src/Frustum.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Frustum.cpp') 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 -#ifdef OS9 -#include "gl.h" -#else #include -#endif #include "Frustum.h" -- cgit 1.4.1