diff options
author | Eric Anholt <eric@anholt.net> | 2017-03-22 15:11:31 -0700 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-03-23 13:17:34 -0400 |
commit | 5c7ed785e3bdb9f0fbf8fbfdc93b5fdd2b2c7dbf (patch) | |
tree | 8fe37df69678ef86e9c3129a3b66e3d31d2c465c /include | |
parent | 1b1a8c481773e15142202a7b761d614b33f12577 (diff) |
kdrive: Remove vestiges of TSLIB support.
The actual code was gone in 27819950e4158326e0f83a30f2e8968b932625ef,
but some checks remained.
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 6 | ||||
-rw-r--r-- | include/kdrive-config.h.in | 3 | ||||
-rw-r--r-- | include/xorg-server.h.in | 3 |
3 files changed, 0 insertions, 12 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index c3f956d67..a59d441bb 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -247,9 +247,6 @@ /* Define to 1 if you have the `timingsafe_memcmp' function. */ #undef HAVE_TIMINGSAFE_MEMCMP -/* Define to 1 if you have the <tslib.h> header file. */ -#undef HAVE_TSLIB_H - /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H @@ -322,9 +319,6 @@ /* Support TCP socket connections */ #undef TCPCONN -/* Support tslib touchscreen abstraction library */ -#undef TSLIB - /* Support UNIX socket connections */ #undef UNIXCONN diff --git a/include/kdrive-config.h.in b/include/kdrive-config.h.in index 2d3aedf85..59c754be5 100644 --- a/include/kdrive-config.h.in +++ b/include/kdrive-config.h.in @@ -13,9 +13,6 @@ /* Include framebuffer support in X servers */ #undef KDRIVEFBDEV -/* Support tslib touchscreen abstraction library */ -#undef TSLIB - /* Verbose debugging output hilarity */ #undef DEBUG diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in index e46ccecf7..dafc27f4a 100644 --- a/include/xorg-server.h.in +++ b/include/xorg-server.h.in @@ -101,9 +101,6 @@ /* Support TCP socket connections */ #undef TCPCONN -/* Support tslib touchscreen abstraction library */ -#undef TSLIB - /* Support UNIX socket connections */ #undef UNIXCONN |