mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-05 11:12:42 +00:00
os: drop deprecated Xprintf()
Not used anymore. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -184,12 +184,6 @@ XNFstrdup(const char *s);
|
||||
/* Include new X*asprintf API */
|
||||
#include "Xprintf.h"
|
||||
|
||||
/* Older api deprecated in favor of the asprintf versions */
|
||||
extern _X_EXPORT char *
|
||||
Xprintf(const char *fmt, ...)
|
||||
_X_ATTRIBUTE_PRINTF(1, 2)
|
||||
_X_DEPRECATED;
|
||||
|
||||
typedef int (*OsSigWrapperPtr) (int /* sig */ );
|
||||
|
||||
extern _X_EXPORT OsSigWrapperPtr
|
||||
|
||||
Reference in New Issue
Block a user