aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UMenuStatic.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Menu/UMenuStatic.pas')
-rw-r--r--Game/Code/Menu/UMenuStatic.pas4
1 files changed, 1 insertions, 3 deletions
diff --git a/Game/Code/Menu/UMenuStatic.pas b/Game/Code/Menu/UMenuStatic.pas
index 758869e6..b877b6a6 100644
--- a/Game/Code/Menu/UMenuStatic.pas
+++ b/Game/Code/Menu/UMenuStatic.pas
@@ -21,8 +21,6 @@ implementation
uses UDrawTexture;
procedure TStatic.Draw;
-var
- Pet: integer;
begin
if Visible then
begin
@@ -81,4 +79,4 @@ begin
Texture := Textura;
end;
-end.
+end. \ No newline at end of file