Remove the default log message

Breaks compilation with xorg-1.13

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-12-06 22:15:09 +00:00
parent 7f4d4afa62
commit 1d2fa5731b
1 changed files with 0 additions and 3 deletions

View File

@ -562,9 +562,6 @@ intel_platform_probe(DriverPtr driver,
if (flags)
return FALSE;
xf86DrvMsg(scrn->scrnIndex, X_INFO,
"using device path '%s'\n", path ? path : "Default device");
return intel_scrn_create(driver, entity_num, match_data, scrn_flags);
}
#endif