tog: fix {first,last}_displayed_line dead store
commit0e762e67cef9321f74d4fcec9f27811c9a7fbd9d
authorMark Jamsek <mark@jamsek.dev>
Tue, 10 Jan 2023 14:00:51 +0000 (10 14:00 +0000)
committerThomas Adam <thomas@xteddy.org>
Sat, 14 Jan 2023 16:45:29 +0000 (14 16:45 +0000)
treeccd642a79da040f7b7a4bc8c41edbba1cb6903ff
parent48a59395643b13d6ebd067b1e4fcb8b5b373db1f
tog: fix {first,last}_displayed_line dead store

Both are already assigned just above in open_diff_view()

ok op@
tog/tog.c