From: Pierre Ossman Date: Sun, 11 Jul 2021 18:05:54 +0000 (+0200) Subject: Remove DDXTIME code X-Git-Tag: v1.11.90~28^2~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=828ff0e662bf24dc071fee2081a161ae8c4d7cfe;p=tigervnc.git Remove DDXTIME code This hasn't been used since xorg-server 1.1 so get rid of it. --- diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c index 28685d20..0c8c10fb 100644 --- a/unix/xserver/hw/vnc/xvnc.c +++ b/unix/xserver/hw/vnc/xvnc.c @@ -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)