diff --git a/code/nel/src/misc/event_emitter_multi.cpp b/code/nel/src/misc/event_emitter_multi.cpp index 52f893659..1c0e19084 100644 --- a/code/nel/src/misc/event_emitter_multi.cpp +++ b/code/nel/src/misc/event_emitter_multi.cpp @@ -83,7 +83,6 @@ void CEventEmitterMulti::submitEvents(CEventServer &server, bool allWindows) ///============================================================ void CEventEmitterMulti::emulateMouseRawMode(bool enable) { - nlerror("no raw mode emulation on windows, the CDIMouse has a real raw mode"); } ///============================================================