mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Remove debug printf
This commit is contained in:
parent
09bc6017ee
commit
b75b60fa99
1 changed files with 0 additions and 1 deletions
|
@ -701,7 +701,6 @@ static void menu_mouse_navigation ( MenuState *state, XButtonEvent *xbe )
|
|||
state->selected = state->last_offset + i;
|
||||
state->update = TRUE;
|
||||
if ( ( xbe->time - state->last_button_press ) < 200 ) {
|
||||
printf ( "double clicked\n" );
|
||||
state->retv = MENU_OK;
|
||||
*( state->selected_line ) = state->line_map[state->selected];
|
||||
// Quit
|
||||
|
|
Loading…
Add table
Reference in a new issue