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/xprint | |
parent | 84683f19b4d1c712281036bcabf8dc623e64b26a (diff) |
Remove the DDXTIME conditional, for being unused.
Diffstat (limited to 'hw/xprint')
-rw-r--r-- | hw/xprint/ddxInit.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/xprint/ddxInit.c b/hw/xprint/ddxInit.c index d4c0b9a4c..e182ea116 100644 --- a/hw/xprint/ddxInit.c +++ b/hw/xprint/ddxInit.c @@ -245,17 +245,6 @@ ddxBeforeReset(void) } #endif -#ifdef DDXTIME -CARD32 -GetTimeInMillis(void) -{ - struct timeval tp; - - X_GETTIMEOFDAY(&tp); - return(tp.tv_sec * 1000) + (tp.tv_usec / 1000); -} -#endif - /* ddxInitGlobals - called by |InitGlobals| from os/util.c */ void ddxInitGlobals(void) { |