uninstaller: Remove unused global variable.

Not used since 393fd51f79
oldstable
Frédéric Delanoy 2013-11-02 15:42:24 +01:00 committed by Alexandre Julliard
parent a72c23ed0c
commit bc967a6e03
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}