From de8da3d28544f27d5787fee74e6ce3644a7dbcf4 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 1 Dec 2004 22:13:25 +0000 Subject: [PATCH] unused variable --- panda/src/tform/driveInterface.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/tform/driveInterface.cxx b/panda/src/tform/driveInterface.cxx index 5f1ac8d43a..aceef2a5df 100644 --- a/panda/src/tform/driveInterface.cxx +++ b/panda/src/tform/driveInterface.cxx @@ -402,7 +402,7 @@ do_transmit_data(const DataNodeTransmit &input, DataNodeTransmit &output) { double x = 0.0f; double y = 0.0f; - bool got_mouse = false; + //bool got_mouse = false; if (required_buttons_match && input.has_data(_xy_input)) { const EventStoreVec2 *xy; @@ -411,7 +411,7 @@ do_transmit_data(const DataNodeTransmit &input, DataNodeTransmit &output) { x = p[0]; y = p[1]; - got_mouse = true; + //got_mouse = true; } // Look for keyboard events.