From baf23b30d247d908005f29291dc8476b9f7d6aad Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 6 Nov 2024 11:41:40 +0100 Subject: [PATCH] os: xtrans: drop XIM_t Not defined anywhere. Signed-off-by: Enrico Weigelt, metux IT consult --- os/Xtrans.h | 7 ------- os/Xtranslcl.c | 3 --- os/Xtranssock.c | 4 ---- 3 files changed, 14 deletions(-) diff --git a/os/Xtrans.h b/os/Xtrans.h index 792324343..3b7296dcb 100644 --- a/os/Xtrans.h +++ b/os/Xtrans.h @@ -83,13 +83,6 @@ static const char *__xtransname = "_XSERVTrans"; #define X11_t #endif /* XSERV_t */ -#ifdef XIM_t -#define TRANS(func) _XimXTrans##func -#ifdef XTRANSDEBUG -static const char *__xtransname = "_XimTrans"; -#endif -#endif /* XIM_t */ - #if !defined(TRANS) #define TRANS(func) _XTrans##func #ifdef XTRANSDEBUG diff --git a/os/Xtranslcl.c b/os/Xtranslcl.c index 1958c667d..a37f5066c 100644 --- a/os/Xtranslcl.c +++ b/os/Xtranslcl.c @@ -220,9 +220,6 @@ TRANS(FillAddrInfo)(XtransConnInfo ciptr, #define NAMEDNODENAME "/tmp/.X11-pipe/X" #endif -#if defined(XIM_t) -#define NAMEDNODENAME "/tmp/.XIM-pipe/XIM" -#endif #ifdef LOCAL_TRANS_NAMED diff --git a/os/Xtranssock.c b/os/Xtranssock.c index 8181726d3..6128bdb38 100644 --- a/os/Xtranssock.c +++ b/os/Xtranssock.c @@ -234,10 +234,6 @@ is_numeric (const char *str) #define UNIX_PATH "/tmp/.X11-unix/X" #define UNIX_DIR "/tmp/.X11-unix" #endif /* X11_t */ -#if defined(XIM_t) -#define UNIX_PATH "/tmp/.XIM-unix/XIM" -#define UNIX_DIR "/tmp/.XIM-unix" -#endif /* XIM_t */ #endif /* UNIXCONN */