diff options
author | Pierre Ossman <ossman@cendio.se> | 2021-07-12 17:35:59 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2021-07-13 14:26:04 +0200 |
commit | 427fe2ecfd2f0ccc47e538b914706fc18eb0e85b (patch) | |
tree | 92f100335486672ddf5728041d15d03678abd661 | |
parent | acee988155d73bfe55f0bf11db89722570f091ec (diff) | |
download | tigervnc-427fe2ecfd2f0ccc47e538b914706fc18eb0e85b.tar.gz tigervnc-427fe2ecfd2f0ccc47e538b914706fc18eb0e85b.zip |
Remove obsolete AIX hack
-rw-r--r-- | unix/xserver/hw/vnc/xvnc.c | 5 |
1 files changed, 0 insertions, 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) { |