xv: drop unused define GLOBAL
This symbol isn't used anywhere, for at least 20 years now, so no need to define it. 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
8e32cec204
commit
6b445819dd
|
@ -94,8 +94,6 @@ SOFTWARE.
|
||||||
#include "opaque.h"
|
#include "opaque.h"
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
|
|
||||||
#define GLOBAL
|
|
||||||
|
|
||||||
#include <X11/extensions/Xv.h>
|
#include <X11/extensions/Xv.h>
|
||||||
#include <X11/extensions/Xvproto.h>
|
#include <X11/extensions/Xvproto.h>
|
||||||
#include "xvdix.h"
|
#include "xvdix.h"
|
||||||
|
|
Loading…
Reference in New Issue