Removed unnecessary 'creating NULL device' message.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9420 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
470e0b9ee4
commit
7b5160be59
@ -88,7 +88,6 @@ void IrrDriver::initDevice()
|
||||
// ---- the first time, get a list of available video modes
|
||||
if (firstTime)
|
||||
{
|
||||
printf("[IrrDriver] Creating NULL device\n");
|
||||
m_device = createDevice(video::EDT_NULL);
|
||||
|
||||
video::IVideoModeList* modes = m_device->getVideoModeList();
|
||||
|
Loading…
Reference in New Issue
Block a user