Remove compile warning when missing X11/XF86keysym.h
This commit is contained in:
parent
7437c208ff
commit
79f50f5343
|
@ -33,8 +33,6 @@
|
|||
#endif
|
||||
#ifdef HAVE_XF86KEYSYM_H
|
||||
# include <X11/XF86keysym.h>
|
||||
#else
|
||||
# warning "Missing X11/XF86keysym.h"
|
||||
#endif
|
||||
|
||||
namespace KeyMapperX11 {
|
||||
|
|
Loading…
Reference in New Issue