From 550465088e727e1eb232178add687cbef1f2fd8c Mon Sep 17 00:00:00 2001 From: elasota Date: Sat, 4 Jul 2020 00:34:46 -0400 Subject: [PATCH] Remove architecture string code that doesn't work --- GpApp/MainWindow.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/GpApp/MainWindow.cpp b/GpApp/MainWindow.cpp index 41a9519..e75a9b1 100644 --- a/GpApp/MainWindow.cpp +++ b/GpApp/MainWindow.cpp @@ -83,19 +83,6 @@ void DrawOnSplash(DrawSurface *surface) else ColorText(surface, textPoint, houseLoadedStr, 28L, appFont); } - - #if defined(powerc) || defined(__powerc) - TextSize(12); - TextFace(0); - TextFont(systemFont); - ForeColor(blackColor); - MoveTo(splashOriginH + 5, splashOriginV + 457); - DrawString("\pPowerPC Native!"); - ForeColor(whiteColor); - MoveTo(splashOriginH + 4, splashOriginV + 456); - DrawString("\pPowerPC Native!"); - ForeColor(blackColor); - #endif } //-------------------------------------------------------------- RedrawSplashScreen