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:
Enrico Weigelt, metux IT consult
2025-05-15 17:52:06 +02:00
parent 6b772096ac
commit 233ea698e6
3 changed files with 5 additions and 7 deletions

View File

@@ -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 *
****************************************************************************/