aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenLoading.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/UScreenLoading.pas')
-rw-r--r--src/screens/UScreenLoading.pas6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/screens/UScreenLoading.pas b/src/screens/UScreenLoading.pas
index 55737b15..f4a3508a 100644
--- a/src/screens/UScreenLoading.pas
+++ b/src/screens/UScreenLoading.pas
@@ -47,7 +47,6 @@ type
constructor Create; override;
procedure onShow; override;
function ParseInput(PressedKey: Cardinal; CharCode: WideChar; PressedDown: Boolean): Boolean; override;
- function GetBGTexNum: GLUInt;
end;
implementation
@@ -74,9 +73,4 @@ begin
inherited;
end;
-function TScreenLoading.GetBGTexNum: GLUInt;
-begin
- Result := Self.BackImg.TexNum;
-end;
-
end.