(submit/property.h) dix: unexport DeleteAllWindowProperties()

Not used by any drivers, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-05-13 17:45:29 +02:00
parent 68c560322f
commit 048d41d96c
3 changed files with 3 additions and 2 deletions

View File

@@ -65,6 +65,4 @@ extern _X_EXPORT int DeleteProperty(ClientPtr /*client */ ,
WindowPtr /*pWin */ ,
Atom /*propName */ );
extern _X_EXPORT void DeleteAllWindowProperties(WindowPtr /*pWin */ );
#endif /* PROPERTY_H */