Skip to content
Snippets Groups Projects
Commit bc967a6e authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard
Browse files

uninstaller: Remove unused global variable.

Not used since 393fd51f
parent a72c23ed
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,6 @@ typedef struct {
} uninst_entry;
static uninst_entry *entries = NULL;
static unsigned int numentries = 0;
static int list_need_update = 1;
static int oldsel = -1;
static WCHAR *sFilter;
......@@ -309,5 +308,4 @@ static void UninstallProgram(void)
}
}
WINE_TRACE("finished uninstall phase.\n");
list_need_update = 1;
}
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