Skip to content

Commit

Permalink
event: fix compiler warning
Browse files Browse the repository at this point in the history
Remove an assignment which was never used.
  • Loading branch information
ThomasAdam committed Dec 3, 2023
1 parent 1d2859f commit e4da63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvwm/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -2335,7 +2335,7 @@ void HandleEnterNotify(const evh_args_t *ea)
/* this was in the HandleMotionNotify before, HEDU */
Scr.flags.is_pointer_on_this_screen = 1;
e = *te;
int p = HandlePaging(
HandlePaging(
&e, edge_scroll, &junk, &delta,
True, True, False, Scr.ScrollDelay);
return;
Expand Down

0 comments on commit e4da63f

Please sign in to comment.