Bugfix/1698 linux event m_bShutdown undefined (#1699)

* Fix build
This commit is contained in:
Gareth Francis
2018-06-07 21:17:02 +01:00
committed by MrThatKid
parent 252e1e7b1f
commit 144fba2e15
@@ -273,7 +273,6 @@ EventDevice::~EventDevice()
InputHandler_Linux_Event::InputHandler_Linux_Event()
: m_bShutdown(true)
, m_bDevicesChanged(false)
, m_bHaveKeyboard(false)
, m_NextDevice(DEVICE_JOY10)
{
if(LINUXINPUT == NULL) LINUXINPUT = new LinuxInputManager;