diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-01-03 17:53:56 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-05-21 18:13:09 +0300 |
commit | 255142b61eb73843b16c2afdb95aa4d1f27e4f0d (patch) | |
tree | 22acb1d269a782d2a225d9a6646315c5967e68a9 /hw/dmx | |
parent | 641ce9c706ce3cbf726fb3fc9623161bb96ba127 (diff) |
drop xprint remnants: InitGlobals
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/dmxinit.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/dmx/dmxinit.c b/hw/dmx/dmxinit.c index 29dc00575..366bd1423 100644 --- a/hw/dmx/dmxinit.c +++ b/hw/dmx/dmxinit.c @@ -873,13 +873,6 @@ void OsVendorFatalError(void) { } -/** This funciton is called by InitGlobals from Xserver/os/utils.c to - * initialize any ddx specific globals at a very early point in the - * server startup. */ -void ddxInitGlobals(void) -{ -} - /** Process our command line arguments. */ int ddxProcessArgument(int argc, char *argv[], int i) { |