Switched mouse handling to Carbin events

This commit is contained in:
Elias Naur 2003-10-24 11:46:31 +00:00
parent ada3a07b17
commit 1746749a46
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ static void handleWheelEvent(EventRef event) {
#endif
return;
}
printf("wheel delta %d\n", (int)delta);
last_dz += (int)delta;
}