aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenOptionsSound.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenOptionsSound.pas')
-rw-r--r--Game/Code/Screens/UScreenOptionsSound.pas4
1 files changed, 1 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenOptionsSound.pas b/Game/Code/Screens/UScreenOptionsSound.pas
index f2b94e73..6735abea 100644
--- a/Game/Code/Screens/UScreenOptionsSound.pas
+++ b/Game/Code/Screens/UScreenOptionsSound.pas
@@ -73,8 +73,6 @@ begin
end;
constructor TScreenOptionsSound.Create;
-var
- I: integer;
begin
inherited Create;
@@ -104,4 +102,4 @@ begin
Log.LogError('No Entry for Help-ID ' + ID + ' (ScreenOptionsSound)');
end;
-end.
+end. \ No newline at end of file