Skip to content

Commit

Permalink
beos input module: commit did not working properly on haiku
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfDragons committed Sep 14, 2020
1 parent 330b8ce commit 334d28c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/input/beos/src/debiDeviceMouse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ debiDevice( module )
DETHROW( deeInvalidParam );
}

for(int I=0; I<B_MAX_MOUSE_BUTTONS; I++){
printf("SHIT %d %d\n", I, mmap.button[I]);
}

if( buttonCount > 0 ){
refObject.TakeOver( new debiDeviceButton( module ) );
AddButton( ( debiDeviceButton* )( deObject* )refObject );
Expand Down

0 comments on commit 334d28c

Please sign in to comment.