os: xtrans: drop XIM_t
Not defined anywhere. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
70981fffb0
commit
baf23b30d2
|
@ -83,13 +83,6 @@ static const char *__xtransname = "_XSERVTrans";
|
||||||
#define X11_t
|
#define X11_t
|
||||||
#endif /* XSERV_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)
|
#if !defined(TRANS)
|
||||||
#define TRANS(func) _XTrans##func
|
#define TRANS(func) _XTrans##func
|
||||||
#ifdef XTRANSDEBUG
|
#ifdef XTRANSDEBUG
|
||||||
|
|
|
@ -220,9 +220,6 @@ TRANS(FillAddrInfo)(XtransConnInfo ciptr,
|
||||||
|
|
||||||
#define NAMEDNODENAME "/tmp/.X11-pipe/X"
|
#define NAMEDNODENAME "/tmp/.X11-pipe/X"
|
||||||
#endif
|
#endif
|
||||||
#if defined(XIM_t)
|
|
||||||
#define NAMEDNODENAME "/tmp/.XIM-pipe/XIM"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef LOCAL_TRANS_NAMED
|
#ifdef LOCAL_TRANS_NAMED
|
||||||
|
|
|
@ -234,10 +234,6 @@ is_numeric (const char *str)
|
||||||
#define UNIX_PATH "/tmp/.X11-unix/X"
|
#define UNIX_PATH "/tmp/.X11-unix/X"
|
||||||
#define UNIX_DIR "/tmp/.X11-unix"
|
#define UNIX_DIR "/tmp/.X11-unix"
|
||||||
#endif /* X11_t */
|
#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 */
|
#endif /* UNIXCONN */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue