os: drop obsolete LogHdrMessage()

This function isn't used anywhere, so no need to keep it around.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1677>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-09-09 18:34:27 +02:00
committed by Marge Bot
parent 216fc6fe83
commit 161c3c8398
2 changed files with 0 additions and 16 deletions

View File

@@ -382,11 +382,6 @@ LogHdrMessageVerb(MessageType type, int verb,
const char *hdr_format, ...)
_X_ATTRIBUTE_PRINTF(3, 0)
_X_ATTRIBUTE_PRINTF(5, 6);
extern _X_EXPORT void
LogHdrMessage(MessageType type, const char *msg_format,
va_list msg_args, const char *hdr_format, ...)
_X_ATTRIBUTE_PRINTF(2, 0)
_X_ATTRIBUTE_PRINTF(4, 5);
extern _X_EXPORT void
FatalError(const char *f, ...)