APM: Don't carp if not available.

This commit is contained in:
Adam Jackson 2009-03-31 15:09:57 -04:00
parent 2e145989d1
commit 89887fadc9

View File

@ -184,7 +184,6 @@ lnxAPMOpen(void)
xf86MsgVerb(X_INFO,3,"Open APM successful\n");
return lnxCloseAPM;
}
xf86MsgVerb(X_INFO,3,"No APM support in BIOS or kernel\n");
return NULL;
}