aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2021-07-12 17:35:59 +0200
committerPierre Ossman <ossman@cendio.se>2021-07-13 14:26:04 +0200
commit427fe2ecfd2f0ccc47e538b914706fc18eb0e85b (patch)
tree92f100335486672ddf5728041d15d03678abd661
parentacee988155d73bfe55f0bf11db89722570f091ec (diff)
downloadtigervnc-427fe2ecfd2f0ccc47e538b914706fc18eb0e85b.tar.gz
tigervnc-427fe2ecfd2f0ccc47e538b914706fc18eb0e85b.zip
Remove obsolete AIX hack
-rw-r--r--unix/xserver/hw/vnc/xvnc.c5
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)
{