From 3035e27e67ebff877aa8fb801f7986499c11d68e Mon Sep 17 00:00:00 2001 From: cutealien Date: Thu, 17 Mar 2022 19:16:28 +0000 Subject: [PATCH] Remove unused variable in example 19 Added that one accidentally in my last commit (leftover from a failed experiment) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6309 dfc29bdd-3216-0410-991c-e03cc46cb475 --- examples/19.MouseAndJoystick/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/19.MouseAndJoystick/main.cpp b/examples/19.MouseAndJoystick/main.cpp index 236cbbc..fc1995e 100644 --- a/examples/19.MouseAndJoystick/main.cpp +++ b/examples/19.MouseAndJoystick/main.cpp @@ -197,7 +197,6 @@ int main() // As in example 04, we'll use framerate independent movement. u32 then = device->getTimer()->getRealTime(); const f32 MOVEMENT_SPEED = 5.f; - bool followMouse = true; // Ignore all events which happened until now. // Like mouse events triggered while we chose our driver.