Remove unnecessary TODOs
This commit is contained in:
parent
5c53e82fb7
commit
4d29b21099
|
@ -34,9 +34,6 @@ bool ConfigurationApp::OnInit() {
|
||||||
initPrefixes();
|
initPrefixes();
|
||||||
makePaths();
|
makePaths();
|
||||||
|
|
||||||
|
|
||||||
// TODO: put config file creation here
|
|
||||||
|
|
||||||
ConfigurationFrame* frame = new ConfigurationFrame();
|
ConfigurationFrame* frame = new ConfigurationFrame();
|
||||||
frame->Show(true);
|
frame->Show(true);
|
||||||
return true;
|
return true;
|
||||||
|
@ -53,7 +50,6 @@ ConfigurationFrame::ConfigurationFrame() : wxFrame(NULL, wxID_ANY, "Configure "
|
||||||
|
|
||||||
wxPanel* panel = new wxPanel(this, wxID_ANY);
|
wxPanel* panel = new wxPanel(this, wxID_ANY);
|
||||||
|
|
||||||
// TODO: load config file and populate values
|
|
||||||
// define all controls and labels
|
// define all controls and labels
|
||||||
useHaarCheckBox = new wxCheckBox(panel, wxID_ANY, "Disable DNN face detection");
|
useHaarCheckBox = new wxCheckBox(panel, wxID_ANY, "Disable DNN face detection");
|
||||||
wxStaticText* modelNameText = new wxStaticText(panel, wxID_ANY, "Model name:");
|
wxStaticText* modelNameText = new wxStaticText(panel, wxID_ANY, "Model name:");
|
||||||
|
|
Loading…
Reference in a new issue