mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Marge Bot
parent
216fc6fe83
commit
161c3c8398
@@ -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, ...)
|
||||
|
||||
Reference in New Issue
Block a user