diff options
| author | Adam Jackson <ajax@theobromine.nwnk.net> | 2006-07-20 17:33:13 -0400 |
|---|---|---|
| committer | Adam Jackson <ajax@theobromine.nwnk.net> | 2006-07-20 17:33:13 -0400 |
| commit | 985c34bf06af70a7296db8307899a17347a25558 (patch) | |
| tree | b52bd1759bd1893376d9ba8979c04a7c7300df44 /hw/xwin/InitOutput.c | |
| parent | 84683f19b4d1c712281036bcabf8dc623e64b26a (diff) | |
Remove the DDXTIME conditional, for being unused.
Diffstat (limited to 'hw/xwin/InitOutput.c')
| -rw-r--r-- | hw/xwin/InitOutput.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/xwin/InitOutput.c b/hw/xwin/InitOutput.c index c5242cc6f..816dec9ed 100644 --- a/hw/xwin/InitOutput.c +++ b/hw/xwin/InitOutput.c @@ -944,15 +944,6 @@ void ddxInitGlobals(void) { } -#ifdef DDXTIME /* from ServerOSDefines */ -CARD32 -GetTimeInMillis (void) -{ - return GetTickCount (); -} -#endif /* DDXTIME */ - - /* See Porting Layer Definition - p. 20 */ /* * Do any global initialization, then initialize each screen. |
