Skip to content
Snippets Groups Projects
Commit 39592100 authored by Christian Göttsche's avatar Christian Göttsche Committed by Yorhel
Browse files

Drop never read initialization

(cherry picked from commit 9f28920a64c155957b83324cd3a3cf0fda6020c9)
parent 84834ff3
No related branches found
No related tags found
No related merge requests found
......@@ -330,7 +330,7 @@ void dirlist_select(struct dir *d) {
*/
struct dir *dirlist_top(int hint) {
struct dir *t;
int i = winrows-3, visible = 0;
int i, visible = 0;
if(hint == -2 || hint == -3)
top = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment