diff options
Diffstat (limited to 'mi/mipointer.c')
-rw-r--r-- | mi/mipointer.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mi/mipointer.c b/mi/mipointer.c index db9a6f888..6ccc7299d 100644 --- a/mi/mipointer.c +++ b/mi/mipointer.c @@ -71,13 +71,6 @@ static miPointerPtr miPointer; */ static miPointerRec miMPPointers[MAX_DEVICES]; - -/* Check if the given device is a MP device. */ -_X_EXPORT Bool -IsMPDev(DeviceIntPtr pDev) -{ - return (pDev && pDev->isMPDev && pDev->id < MAX_DEVICES); -} #endif static Bool miPointerRealizeCursor(DeviceIntPtr pDev, ScreenPtr pScreen, |