diff options
author | Adam Jackson <ajax@redhat.com> | 2014-07-29 14:15:24 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2014-09-26 15:27:18 -0400 |
commit | 1c3cb68d0cd15d29fd3aaa9eedbfa772ec8e3a47 (patch) | |
tree | 72327d09adb2c7f8cfc7b66ba4116c92aa77b61e /hw/xfree86/common | |
parent | 30fa6da6f140d713041942a81f5d6da6736e4f7f (diff) |
xfree86: Remove pointless xf86PrintMarkers
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xfree86/common')
-rw-r--r-- | hw/xfree86/common/xf86Init.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index b197c1c38..7686294c8 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -233,12 +233,6 @@ xf86PrintBanner(void) "\tto make sure that you have the latest version.\n"); } -static void -xf86PrintMarkers(void) -{ - LogPrintMarkers(); -} - Bool xf86PrivsElevated(void) { @@ -421,7 +415,7 @@ InitOutput(ScreenInfo * pScreenInfo, int argc, char **argv) xf86ServerName = argv[0]; xf86PrintBanner(); - xf86PrintMarkers(); + LogPrintMarkers(); if (xf86LogFile) { time_t t; const char *ct; |