mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
Remove the DDXTIME conditional, for being unused.
This commit is contained in:
parent
84683f19b4
commit
985c34bf06
8 changed files with 0 additions and 125 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue