diff --git a/src/fc2dconfig.cpp b/src/fc2dconfig.cpp index 15ae4a1..ed8ded6 100644 --- a/src/fc2dconfig.cpp +++ b/src/fc2dconfig.cpp @@ -34,9 +34,6 @@ bool ConfigurationApp::OnInit() { initPrefixes(); makePaths(); - - // TODO: put config file creation here - ConfigurationFrame* frame = new ConfigurationFrame(); frame->Show(true); return true; @@ -53,7 +50,6 @@ ConfigurationFrame::ConfigurationFrame() : wxFrame(NULL, wxID_ANY, "Configure " wxPanel* panel = new wxPanel(this, wxID_ANY); - // TODO: load config file and populate values // define all controls and labels useHaarCheckBox = new wxCheckBox(panel, wxID_ANY, "Disable DNN face detection"); wxStaticText* modelNameText = new wxStaticText(panel, wxID_ANY, "Model name:");