remove unused

This commit is contained in:
Jacek Jendrzej
2017-09-14 13:29:47 +02:00
parent fd99913d9f
commit 97442240f8
12 changed files with 4 additions and 32 deletions

View File

@@ -67,11 +67,13 @@ CStartUpWizard::~CStartUpWizard()
{
}
#ifdef ENABLE_FASTSCAN
const CMenuOptionChooser::keyval WIZARD_SETUP_TYPE[] =
{
{ 0, LOCALE_WIZARD_SETUP_EASY },
{ 1, LOCALE_WIZARD_SETUP_ADVANCED },
};
#endif
int CStartUpWizard::exec(CMenuTarget* parent, const string & /*actionKey*/)
{