mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 22:50:05 +01:00
tools/record: remove a useless assignment
It's overwritten a few lines south of here. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
595d870449
commit
f6c05ae4cc
1 changed files with 0 additions and 1 deletions
|
|
@ -2277,7 +2277,6 @@ mainloop(struct record_context *ctx)
|
|||
|
||||
if (skipped_timer_print) {
|
||||
print_wall_time(ctx);
|
||||
had_events_since_last_time = false;
|
||||
skipped_timer_print = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue