[View] Remove extra return.

This commit is contained in:
Dave Davenport 2017-06-03 20:33:30 +02:00
parent 0adc0d7c08
commit 684211aba4

View file

@ -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: