Commit Diff


commit - 768394f33a3b59762eaace4d85dc122b97a934ca
commit + 416a95c52d660bbf0df764cff332dc6a5b39b6f0
blob - 41a282430f28b35df0c6fd6fa31d947f6387df15
blob + 12abbe9025d950316cbfb71acf97ff73c3f4018e
--- tog/tog.c
+++ tog/tog.c
@@ -210,7 +210,7 @@ struct tog_tree_view_state {
 	struct got_tree_entry *first_displayed_entry;
 	struct got_tree_entry *last_displayed_entry;
 	struct got_tree_entry *selected_entry;
-	int nentries, ndisplayed, selected, show_ids;
+	int ndisplayed, selected, show_ids;
 	struct tog_parent_trees parents;
 	struct got_object_id *commit_id;
 	struct got_repository *repo;