mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
I removed the log I wrote. There was already one in the project, so it wasn’t necessary
This commit is contained in:
parent
cf80610ce0
commit
c3120900b4
4 changed files with 1 additions and 46 deletions
|
|
@ -38,8 +38,6 @@
|
|||
#include "Text.h"
|
||||
#include "Timer.h"
|
||||
|
||||
#include "log.h"
|
||||
|
||||
psGlobalType psGlobal;
|
||||
|
||||
uint32 gGameState = 0;
|
||||
|
|
@ -336,10 +334,7 @@ public:
|
|||
iPeriodic->Start(aInterval, aInterval, TCallBack(CCContainer::LoopCallBack, this));
|
||||
}
|
||||
|
||||
void ConstructL(const TRect& aRect, CAknAppUi* aAppUi) {
|
||||
InitLog();
|
||||
Log("App start");
|
||||
|
||||
void ConstructL(const TRect& aRect, CAknAppUi* aAppUi) {
|
||||
iAppUi = aAppUi;
|
||||
CreateWindowL();
|
||||
iAppUi->SetOrientationL(CAknAppUiBase::EAppUiOrientationLandscape);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue