From 1d18288779dbc7ef8ab919b2dcbc9b25d10cbb83 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 3 May 2014 17:20:31 -0400 Subject: [PATCH] pfKI is dead, long live pfKI! --- Sources/Plasma/Apps/plClient/plClient.cpp | 9 +-------- Sources/Plasma/Apps/plClient/plClient.h | 2 -- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Sources/Plasma/Apps/plClient/plClient.cpp b/Sources/Plasma/Apps/plClient/plClient.cpp index 7e4928e5..810fb3da 100644 --- a/Sources/Plasma/Apps/plClient/plClient.cpp +++ b/Sources/Plasma/Apps/plClient/plClient.cpp @@ -187,7 +187,6 @@ plClient::plClient() fLinkEffectsMgr(nil), fProgressBar(nil), fGameGUIMgr(nil), - fKIGUIGlue(nil), fWindowActive(false), fAnimDebugList(nil), fClampCap(-1), @@ -346,12 +345,6 @@ bool plClient::Shutdown() if (fPageMgr) fPageMgr->Reset(); - if( fKIGUIGlue != nil ) - { - fKIGUIGlue->UnRegisterAs( kKIGUIGlue_KEY ); - fKIGUIGlue = nil; - } - if( fTransitionMgr != nil ) { fTransitionMgr->UnRegisterAs( kTransitionMgr_KEY ); @@ -1781,7 +1774,7 @@ bool plClient::IDraw() // tends to cause a device reload each frame. if (fDone) return true; - + if (plProgressMgr::GetInstance()->IsActive()) return IDrawProgress(); diff --git a/Sources/Plasma/Apps/plClient/plClient.h b/Sources/Plasma/Apps/plClient/plClient.h index 7f4a1c80..4611a01b 100644 --- a/Sources/Plasma/Apps/plClient/plClient.h +++ b/Sources/Plasma/Apps/plClient/plClient.h @@ -123,8 +123,6 @@ protected: pfConsoleEngine* fConsoleEngine; pfConsole* fConsole; - pfKI *fKIGUIGlue; - bool fDone; bool fWindowActive;