Delete unused variable

This commit is contained in:
David Kocik 2021-08-25 09:52:27 +02:00
parent 783c9cf202
commit 369f325f4e

View File

@ -248,12 +248,8 @@ HintDatabase::~HintDatabase()
}
void HintDatabase::init()
{
load_hints_from_file(std::move(boost::filesystem::path(resources_dir()) / "data" / "hints.ini"));
const AppConfig* app_config = wxGetApp().app_config;
m_initialized = true;
}
void HintDatabase::load_hints_from_file(const boost::filesystem::path& path)
{