diff options
Diffstat (limited to '')
-rw-r--r-- | src/menu/UMenu.pas | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/menu/UMenu.pas b/src/menu/UMenu.pas index b928a612..2e3016ed 100644 --- a/src/menu/UMenu.pas +++ b/src/menu/UMenu.pas @@ -838,8 +838,6 @@ begin Button[Result].Texture.Alpha := 0; end; end; - Log.BenchmarkEnd(6); - Log.LogBenchmark('====> Screen Options32', 6); end; function TMenu.AddButton(X, Y, W, H: real; const TexName: IPath): integer; |