mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
[View] Remove extra return.
This commit is contained in:
parent
0adc0d7c08
commit
684211aba4
1 changed files with 0 additions and 1 deletions
|
@ -1335,7 +1335,6 @@ gboolean rofi_view_trigger_action ( RofiViewState *state, BindingsScope scope, g
|
|||
{
|
||||
case WIDGET_TRIGGER_ACTION_RESULT_IGNORED:
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
case WIDGET_TRIGGER_ACTION_RESULT_GRAB_MOTION_END:
|
||||
target = NULL;
|
||||
case WIDGET_TRIGGER_ACTION_RESULT_GRAB_MOTION_BEGIN:
|
||||
|
|
Loading…
Reference in a new issue