From 89887fadc97f6fd5059886396a6d7cf61de1982f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 31 Mar 2009 15:09:57 -0400 Subject: [PATCH] APM: Don't carp if not available. --- hw/xfree86/os-support/linux/lnx_apm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/os-support/linux/lnx_apm.c b/hw/xfree86/os-support/linux/lnx_apm.c index 8cf318f2a..9dae00e57 100644 --- a/hw/xfree86/os-support/linux/lnx_apm.c +++ b/hw/xfree86/os-support/linux/lnx_apm.c @@ -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; }