remove unneeded "extern" in Xprint/ddxInit.c
This commit is contained in:
parent
cb9e29c184
commit
9583859d53
|
@ -295,8 +295,7 @@ ddxProcessArgument (
|
||||||
#include <X11/extensions/XI.h>
|
#include <X11/extensions/XI.h>
|
||||||
#include <X11/extensions/XIproto.h>
|
#include <X11/extensions/XIproto.h>
|
||||||
#include "XIstubs.h"
|
#include "XIstubs.h"
|
||||||
|
#include "exglobals.h"
|
||||||
extern int BadDevice;
|
|
||||||
|
|
||||||
int
|
int
|
||||||
ChangePointerDevice (
|
ChangePointerDevice (
|
||||||
|
|
Loading…
Reference in New Issue