mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
os: xtrans: drop ICE_t
Not used anywhere. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
a9973073c0
commit
8df9d118a0
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user