summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-05-30 18:36:19 +0000
committerAdam Jackson <ajax@nwnk.net>2005-05-30 18:36:19 +0000
commitb3fce83504c051e4f241a91b4a04e2b877778686 (patch)
tree56cb5e4004a39d401dc77338034e6fe035a672fe /src
parent2b2a1e1519939bd71bc2141499e051f6e19c4de6 (diff)
Bug #3407: Clean out ancient #ifdef X11R5 conditionals.XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
Diffstat (limited to 'src')
-rw-r--r--src/XEWrappers.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/XEWrappers.c b/src/XEWrappers.c
index c3bd16f..2444c58 100644
--- a/src/XEWrappers.c
+++ b/src/XEWrappers.c
@@ -264,15 +264,11 @@ int XETrapAppWhileLoop(XtAppContext app, XETC *tc, Bool *done)
int XETrapWaitForSomething(XtAppContext app)
{
#ifndef vms
-#ifndef X11R5
return(_XtWaitForSomething(app, FALSE, FALSE, FALSE, FALSE, TRUE
#ifdef XTHREADS
, FALSE
#endif /* XTHREADS */
, 0L));
-#else /* X11R5 */
- return(_XtwaitForSomething(FALSE, FALSE, FALSE, TRUE, 0L, app));
-#endif /* X11R5 */
#else /* vms */
#define IS_AFTER(t1,t2) (((t2).high > (t1).high) \
||(((t2).high == (t1).high)&& ((t2).low > (t1).low)))