From 427fe2ecfd2f0ccc47e538b914706fc18eb0e85b Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 12 Jul 2021 17:35:59 +0200 Subject: [PATCH] Remove obsolete AIX hack --- unix/xserver/hw/vnc/xvnc.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c index 199189cc..6452fdb4 100644 --- a/unix/xserver/hw/vnc/xvnc.c +++ b/unix/xserver/hw/vnc/xvnc.c @@ -1320,11 +1320,6 @@ InitOutput(ScreenInfo * scrInfo, int argc, char **argv) } } /* end InitOutput */ -/* this is just to get the server to link on AIX */ -#ifdef AIXV3 -int SelectWaitTime = 10000; /* usec */ -#endif - void DDXRingBell(int percent, int pitch, int duration) { -- 2.39.5