Commit 0e88bcc1 authored by hybrid's avatar hybrid

Removed left-in line and unused assignment.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1165 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 24100d9f
......@@ -23,7 +23,6 @@ CIrrDeviceStub::CIrrDeviceStub(const char* version, IEventReceiver* recv)
FileSystem(io::createFileSystem()), InputReceivingSceneManager(0)
{
Timer = new CTimer();
Logger = new CLogger(UserReceiver);
if (os::Printer::Logger)
{
os::Printer::Logger->grab();
......@@ -74,8 +73,6 @@ CIrrDeviceStub::~CIrrDeviceStub()
if (Logger->drop())
os::Printer::Logger = 0;
Logger = 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment