This commit is contained in:
Kovid Goyal 2018-12-27 08:19:06 +05:30
parent 77e72cfd9a
commit d0da418e49
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -582,7 +582,6 @@ scroll_event(double UNUSED xoffset, double yoffset, int flags) {
break; break;
case MomentumPhaseEnded: case MomentumPhaseEnded:
window_for_momentum_scroll = 0; break; window_for_momentum_scroll = 0; break;
break;
case NoMomentumData: case NoMomentumData:
break; break;
} }