xv: drop unused macro _XvBadEncoding
Couldn't find a trace where it actually had been used, so there doesn't seem to be any reason while still keeping it around. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1512>
This commit is contained in:
parent
6b445819dd
commit
d7e481f200
|
@ -221,7 +221,6 @@ typedef struct {
|
|||
/* Errors */
|
||||
|
||||
#define _XvBadPort (XvBadPort+XvErrorBase)
|
||||
#define _XvBadEncoding (XvBadEncoding+XvErrorBase)
|
||||
|
||||
extern _X_EXPORT int ProcXvDispatch(ClientPtr);
|
||||
extern _X_EXPORT int SProcXvDispatch(ClientPtr);
|
||||
|
|
Loading…
Reference in New Issue