fix one more unused warning

This commit is contained in:
Devin J. Pohly
2012-12-26 23:08:51 -05:00
parent 2ad71548b8
commit 7f4e97d72a
+1 -1
View File
@@ -180,7 +180,7 @@ void InputHandler_X11::Update()
&event) )
{
const bool bKeyPress = event.type == KeyPress;
const bool bMousePress = event.type == ButtonPress;
//const bool bMousePress = event.type == ButtonPress;
if( event.type == MotionNotify )
{