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:
hikerstk 2011-08-04 01:25:40 +00:00
parent 470e0b9ee4
commit 7b5160be59

View File

@ -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();