mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -288,9 +288,6 @@ typedef struct {
|
||||
DeviceIntPtr device;
|
||||
} DeviceEventInfoRec;
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
IsKeyboardDevice(DeviceIntPtr dev);
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
IsMaster(DeviceIntPtr dev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user