aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenOptions.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenOptions.pas')
-rw-r--r--Game/Code/Screens/UScreenOptions.pas4
1 files changed, 1 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenOptions.pas b/Game/Code/Screens/UScreenOptions.pas
index ee4c2cba..3e9a4ff7 100644
--- a/Game/Code/Screens/UScreenOptions.pas
+++ b/Game/Code/Screens/UScreenOptions.pas
@@ -102,8 +102,6 @@ begin
end;
constructor TScreenOptions.Create;
-var
- I: integer;
begin
inherited Create;
@@ -177,4 +175,4 @@ begin
Button[7].Texture.ScaleW := Progress;
end;
-end.
+end. \ No newline at end of file