Removed some excess mouse logging.

This commit is contained in:
OBattler
2023-08-07 18:56:55 +02:00
parent c695cb8ded
commit b1fe510c36
2 changed files with 0 additions and 3 deletions

View File

@@ -344,8 +344,6 @@ WindowsRawInputFilter::mouse_handle(PRAWINPUT raw)
static int y, delta_y;
static int b, delta_z;
pclog("WindowsRawInputFilter::mouse_handle()\n");
b = mouse_get_buttons_ex();
/* read mouse buttons and wheel */