mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
Xi: unexport AssignTypeAndName()
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:
@@ -535,4 +535,6 @@ static inline int CountBits(const uint8_t * mask, int len)
|
||||
return ret;
|
||||
}
|
||||
|
||||
void AssignTypeAndName(DeviceIntPtr dev, Atom type, const char *name);
|
||||
|
||||
#endif /* _XSERVER_INPUT_PRIV_H */
|
||||
|
||||
Reference in New Issue
Block a user