Commit bc967a6e authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

uninstaller: Remove unused global variable.

Not used since 393fd51f
parent a72c23ed
......@@ -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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment