diff options
author | Adam Jackson <ajax@redhat.com> | 2009-03-31 15:09:57 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-03-31 15:09:57 -0400 |
commit | 89887fadc97f6fd5059886396a6d7cf61de1982f (patch) | |
tree | e10728a6a645035c86102446ff02824d41d29a00 | |
parent | 2e145989d10ef454581f8aa60358ed3782fd6442 (diff) |
APM: Don't carp if not available.
-rw-r--r-- | hw/xfree86/os-support/linux/lnx_apm.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |