From 3bafbaac49e3d5d1d633b26f60fd4e919399819b Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 18 Feb 2023 00:29:34 +0100 Subject: Remove dead code behind Irrlicht version checks --- src/gui/guiChatConsole.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/guiChatConsole.cpp') diff --git a/src/gui/guiChatConsole.cpp b/src/gui/guiChatConsole.cpp index 787afed7e..df4fd466b 100644 --- a/src/gui/guiChatConsole.cpp +++ b/src/gui/guiChatConsole.cpp @@ -673,13 +673,11 @@ bool GUIChatConsole::OnEvent(const SEvent& event) } } } -#if (IRRLICHT_VERSION_MT_REVISION >= 2) else if(event.EventType == EET_STRING_INPUT_EVENT) { prompt.input(std::wstring(event.StringInput.Str->c_str())); return true; } -#endif return Parent ? Parent->OnEvent(event) : false; } -- cgit v1.2.3