Err, never mind on buttons 4 and 5..

This commit is contained in:
Zephaniah E. Hull 2000-02-27 03:32:19 +00:00
parent 20077b7b4f
commit 7a66abafb0
1 changed files with 0 additions and 2 deletions

View File

@ -232,8 +232,6 @@ static void event_button(XEvent *event)
case 1:
case 2:
case 3:
case 4:
case 5:
Key_Event(K_MOUSE1 + but - 1, event->type == ButtonPress);
}
}