os: drop deprecated Xvprintf()

Nobody using it anymore, so no need for keeping it around.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-03-04 18:50:10 +01:00
parent b443f4bb88
commit 25de3f61a1
2 changed files with 0 additions and 16 deletions

View File

@@ -199,10 +199,6 @@ Xprintf(const char *fmt, ...)
_X_ATTRIBUTE_PRINTF(1, 2)
_X_DEPRECATED;
extern _X_EXPORT char *
Xvprintf(const char *fmt, va_list va)
_X_ATTRIBUTE_PRINTF(1, 0)
_X_DEPRECATED;
extern _X_EXPORT char *
XNFprintf(const char *fmt, ...)
_X_ATTRIBUTE_PRINTF(1, 2)
_X_DEPRECATED;