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/vfb | |
parent | 84683f19b4d1c712281036bcabf8dc623e64b26a (diff) |
Remove the DDXTIME conditional, for being unused.
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/InitOutput.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c index 212f79b7c..46e956ca1 100644 --- a/hw/vfb/InitOutput.c +++ b/hw/vfb/InitOutput.c @@ -450,17 +450,6 @@ ddxProcessArgument(int argc, char *argv[], int i) return 0; } -#ifdef DDXTIME /* from ServerOSDefines */ -CARD32 -GetTimeInMillis() -{ - struct timeval tp; - - X_GETTIMEOFDAY(&tp); - return(tp.tv_sec * 1000) + (tp.tv_usec / 1000); -} -#endif - static ColormapPtr InstalledMaps[MAXSCREENS]; static int |