Browse Source

Remove DDXTIME code

This hasn't been used since xorg-server 1.1 so get rid of it.
tags/v1.11.90
Pierre Ossman 2 years ago
parent
commit
828ff0e662
1 changed files with 0 additions and 11 deletions
  1. 0
    11
      unix/xserver/hw/vnc/xvnc.c

+ 0
- 11
unix/xserver/hw/vnc/xvnc.c View File

@@ -647,17 +647,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 DevPrivateKeyRec cmapScrPrivateKeyRec;

#define cmapScrPrivateKey (&cmapScrPrivateKeyRec)

Loading…
Cancel
Save