os: xtrans: drop XIM_t

Not defined 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:41:40 +01:00
parent 70981fffb0
commit baf23b30d2
3 changed files with 0 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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 */