From 79f50f5343cd4f7ed63b9cc032506ad798222b55 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 24 Jan 2019 18:25:24 +0100 Subject: [PATCH] Remove compile warning when missing X11/XF86keysym.h --- src/globalshortcuts/keymapper_x11.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/globalshortcuts/keymapper_x11.h b/src/globalshortcuts/keymapper_x11.h index 1bffd319..313c5b98 100644 --- a/src/globalshortcuts/keymapper_x11.h +++ b/src/globalshortcuts/keymapper_x11.h @@ -33,8 +33,6 @@ #endif #ifdef HAVE_XF86KEYSYM_H # include -#else -# warning "Missing X11/XF86keysym.h" #endif namespace KeyMapperX11 {