From a00122fe60de966751b637477ac8e0a4fdcfbf4b Mon Sep 17 00:00:00 2001
From: jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>
Date: Thu, 20 Dec 2007 23:59:59 +0000
Subject: removed a bunch of debugging from usdx startup.

git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@738 b956fd51-792f-4845-bead-9b4dfca2ff2c
---
 Game/Code/Menu/UMenu.pas | 15 ---------------
 1 file changed, 15 deletions(-)

(limited to 'Game/Code/Menu')

diff --git a/Game/Code/Menu/UMenu.pas b/Game/Code/Menu/UMenu.pas
index 99f10c08..e6bb6b45 100644
--- a/Game/Code/Menu/UMenu.pas
+++ b/Game/Code/Menu/UMenu.pas
@@ -277,10 +277,6 @@ begin
   //Button Collections are Created when the first ChildButton is Created
   PrepareButtonCollections(ThemeBasic.ButtonCollection);
 
-  {$ifdef fpc}
-  writeln(' TMenu.LoadFromThem : '+ThemeBasic.Background.Tex );
-  {$endif}
-
   //Add Background
   AddBackground(ThemeBasic.Background.Tex);
 
@@ -298,24 +294,13 @@ var
 begin
   if Name <> '' then
   begin
-//    BackImg := Texture.LoadTexture(false, PChar(Skin.SkinPath + FileName), 'JPG', 'Plain', 0); // new theme system
     lFileName := Skin.GetTextureFileName(Name);
     lFileName := AdaptFilePaths( lFileName );
 
-    {$ifdef fpc}
-    writeln(' TMenu.AddBackground : '+Name+ ' - '+ lFileName );
-    {$endif}
-    
-//    if lFileName <> '' then
     if fileexists( lFileName ) then
     begin
       BackImg   := Texture.GetTexture( lFileName , 'Plain');
 
-      {$ifdef fpc}
-      writeln(' TMenu.AddBackground : '+ lFileName +' - LOADED');
-      {$endif}
-
-
       BackImg.W := 800;
       BackImg.H := 600;
       BackW     := 1;
-- 
cgit v1.2.3