From 4d29b21099cc048e9ceb2ec3920bf47d67c6875b Mon Sep 17 00:00:00 2001 From: Epicalert Date: Sat, 3 Jul 2021 00:39:20 +0800 Subject: [PATCH] Remove unnecessary TODOs --- src/fc2dconfig.cpp | 4 ---- 1 file changed, 4 deletions(-) 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:");