dix: unexport IsKeyboardDevice()

Not used by any external drivers, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-05-23 17:20:53 +02:00
parent 1e73bd8ac8
commit ce82890d9f
2 changed files with 9 additions and 3 deletions

View File

@@ -288,9 +288,6 @@ typedef struct {
DeviceIntPtr device;
} DeviceEventInfoRec;
extern _X_EXPORT Bool
IsKeyboardDevice(DeviceIntPtr dev);
extern _X_EXPORT Bool
IsMaster(DeviceIntPtr dev);