summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils/cvt/cvt.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/utils/cvt/cvt.c')
-rw-r--r--hw/xfree86/utils/cvt/cvt.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/xfree86/utils/cvt/cvt.c b/hw/xfree86/utils/cvt/cvt.c
index fff500b43..0de5ffea4 100644
--- a/hw/xfree86/utils/cvt/cvt.c
+++ b/hw/xfree86/utils/cvt/cvt.c
@@ -25,13 +25,6 @@
#include "xf86.h"
-/* Error implementation used by the server code we built in */
-void
-Error(const char *str)
-{
- perror(str);
-}
-
/* FatalError implementation used by the server code we built in */
void
FatalError(const char *f, ...)