fix one more unused warning
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user