summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2004-07-27 06:06:05 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2004-07-27 06:06:05 +0000
commit55c2ee568e7d3903258286a13bdf96ce5348ffda (patch)
tree726f3828eb458b222fdba9b67c0e44a627d066f9
parent6e884b12911eedfb003e90a3829ce66f7fc9cf2d (diff)
downloadxorg-lib-libX11-55c2ee568e7d3903258286a13bdf96ce5348ffda.tar.gz
- remove remaining AMOEBA references.
- remove unused file.
-rw-r--r--src/ConnDis.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/ConnDis.c b/src/ConnDis.c
index 04cab302..e744559a 100644
--- a/src/ConnDis.c
+++ b/src/ConnDis.c
@@ -1,4 +1,4 @@
-/* $XdotOrg: lib/X11/src/ConnDis.c,v 1.4 2004-05-24 19:02:11 eich Exp $ */
+/* $XdotOrg: lib/X11/src/ConnDis.c,v 1.5 2004-07-27 06:06:05 herrb Exp $ */
/* $Xorg: ConnDis.c,v 1.8 2001/02/09 02:03:31 xorgcvs Exp $ */
/*
@@ -296,12 +296,6 @@ _X11TransConnectDisplay (
pprotocol = copystring ("tcp", 3);
}
}
-#else
-#if defined(AMRPCCONN)
- if (!pprotocol) {
- pprotocol = copystring ("amcon", 5);
- }
-#endif
#endif
#if defined(UNIXCONN) || defined(LOCALCONN) || defined(OS2PIPECONN)