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/XIproto.h>
|
||||
#include "XIstubs.h"
|
||||
|
||||
extern int BadDevice;
|
||||
#include "exglobals.h"
|
||||
|
||||
int
|
||||
ChangePointerDevice (
|
||||
|
|
Loading…
Reference in New Issue