aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/Classes/TextGL.pas5
1 files changed, 0 insertions, 5 deletions
diff --git a/Game/Code/Classes/TextGL.pas b/Game/Code/Classes/TextGL.pas
index 1c6ecee6..b21a5237 100644
--- a/Game/Code/Classes/TextGL.pas
+++ b/Game/Code/Classes/TextGL.pas
@@ -85,9 +85,6 @@ uses
UMain,
UCommon,
SysUtils,
- {$IFDEF DARWIN}
-// MacResources,
- {$ENDIF}
UGraphic;
procedure BuildFont; // Build Our Bitmap Font
@@ -590,5 +587,3 @@ begin
end;
end.
-
-