os: xtrans: drop ICE_t

Not used anywhere.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-11-06 11:36:49 +01:00
parent 12da711d7c
commit be255fd059
4 changed files with 0 additions and 28 deletions

View File

@ -104,13 +104,6 @@ static const char *__xtransname = "_FontTrans";
#endif
#endif /* FONT_t */
#ifdef ICE_t
#define TRANS(func) _IceTrans##func
#ifdef XTRANSDEBUG
static const char *__xtransname = "_IceTrans";
#endif
#endif /* ICE_t */
#if !defined(TRANS)
#define TRANS(func) _XTrans##func
#ifdef XTRANSDEBUG

View File

@ -226,12 +226,6 @@ TRANS(FillAddrInfo)(XtransConnInfo ciptr,
#if defined(FS_t) || defined (FONT_t)
#define NAMEDNODENAME "/tmp/.font-pipe/fs"
#endif
#if defined(ICE_t)
#define NAMEDNODENAME "/tmp/.ICE-pipe/"
#endif
#ifdef LOCAL_TRANS_NAMED

View File

@ -242,11 +242,6 @@ is_numeric (const char *str)
#define UNIX_PATH "/tmp/.font-unix/fs"
#define UNIX_DIR "/tmp/.font-unix"
#endif /* FS_t || FONT_t */
#if defined(ICE_t)
#define UNIX_PATH "/tmp/.ICE-unix/"
#define UNIX_DIR "/tmp/.ICE-unix"
#endif /* ICE_t */
#endif /* UNIXCONN */

View File

@ -226,16 +226,6 @@ TRANS(ConvertAddress)(int *familyp, int *addrlenp, Xtransaddr **addrp)
#endif /* X11_t */
#ifdef ICE_t
#include <signal.h>
#include <setjmp.h>
static jmp_buf env;
#endif /* ICE_t */
#if defined(WIN32) && defined(TCPCONN)
int
TRANS(WSAStartup) (void)