remove unused

Origin commit data
------------------
Commit: 97442240f8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
This commit is contained in:
Jacek Jendrzej
2017-09-14 13:29:47 +02:00
parent 93ea851976
commit f05782514f
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*/)
{