mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
XI: unexport XIPropToInt() and XIPropToFloat()
Not used by any drivers, and subject to upcoming changes, so no need to keep them exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -124,12 +124,6 @@ extern _X_EXPORT Atom XIGetKnownProperty(const char *name);
|
||||
|
||||
extern _X_EXPORT DeviceIntPtr XIGetDevice(xEvent *ev);
|
||||
|
||||
extern _X_EXPORT int XIPropToInt(XIPropertyValuePtr val,
|
||||
int *nelem_return, int **buf_return);
|
||||
|
||||
extern _X_EXPORT int XIPropToFloat(XIPropertyValuePtr val,
|
||||
int *nelem_return, float **buf_return);
|
||||
|
||||
/****************************************************************************
|
||||
* End of driver interface *
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user