Delete unused variable
This commit is contained in:
parent
783c9cf202
commit
369f325f4e
@ -248,12 +248,8 @@ HintDatabase::~HintDatabase()
|
|||||||
}
|
}
|
||||||
void HintDatabase::init()
|
void HintDatabase::init()
|
||||||
{
|
{
|
||||||
|
|
||||||
load_hints_from_file(std::move(boost::filesystem::path(resources_dir()) / "data" / "hints.ini"));
|
load_hints_from_file(std::move(boost::filesystem::path(resources_dir()) / "data" / "hints.ini"));
|
||||||
|
|
||||||
const AppConfig* app_config = wxGetApp().app_config;
|
|
||||||
m_initialized = true;
|
m_initialized = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
void HintDatabase::load_hints_from_file(const boost::filesystem::path& path)
|
void HintDatabase::load_hints_from_file(const boost::filesystem::path& path)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user