SVN revision: 15707
This commit is contained in:
Carsten Haitzler 2005-07-10 09:42:19 +00:00
parent 4d0028e1b7
commit c29fb4435e
1 changed files with 0 additions and 1 deletions

View File

@ -276,7 +276,6 @@ _ecore_x_event_handle_button_press(XEvent *xevent)
int did_triple = 0;
int i;
printf("PROCESS BTN!\n");
if ((xevent->xbutton.button > 3) && (xevent->xbutton.button < 6))
{
Ecore_X_Event_Mouse_Wheel *e;