handle_mouse(): drop unused variables

pull/396/head
nick black 5 years ago
parent afe724ee1d
commit 163565dddd
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -76,7 +76,6 @@ handle_mouse(const ncinput* ni){
if(ni->id != NCKEY_BUTTON1 && ni->id != NCKEY_RELEASE){
return 0;
}
int y, x;
int ret;
if(ni->id == NCKEY_RELEASE){
ret = hud_release();

Loading…
Cancel
Save