aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/TextGL.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/TextGL.pas')
-rw-r--r--Game/Code/Classes/TextGL.pas4
1 files changed, 1 insertions, 3 deletions
diff --git a/Game/Code/Classes/TextGL.pas b/Game/Code/Classes/TextGL.pas
index 7ebe1151..10043e3b 100644
--- a/Game/Code/Classes/TextGL.pas
+++ b/Game/Code/Classes/TextGL.pas
@@ -54,8 +54,6 @@ uses UMain, Windows, SysUtils, UGraphic;
procedure BuildFont; // Build Our Bitmap Font
var
- font: HFONT; // Windows Font ID
- h_dc: hdc;
Rejestr: TResourceStream;
Pet: integer;
begin
@@ -342,4 +340,4 @@ begin
Fonts[ActFont].AspectW := Aspect;
end;
-end.
+end. \ No newline at end of file