diff options
Diffstat (limited to 'xorg-server/hw/dmx/dmxlog.c')
-rw-r--r-- | xorg-server/hw/dmx/dmxlog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xorg-server/hw/dmx/dmxlog.c b/xorg-server/hw/dmx/dmxlog.c index b56bb93ed..33aee590a 100644 --- a/xorg-server/hw/dmx/dmxlog.c +++ b/xorg-server/hw/dmx/dmxlog.c @@ -110,9 +110,6 @@ VFatalError(const char *format, va_list args) { VErrorF(format, args); ErrorF("\n"); -#ifdef DDXOSFATALERROR - OsVendorFatalError(); -#endif AbortServer(); /*NOTREACHED*/} #endif |