[TD]remove duplicate line

This commit is contained in:
wandererfan
2019-12-17 14:03:39 -05:00
committed by WandererFan
parent 9be2af54d3
commit 25618be6a7

View File

@@ -305,7 +305,6 @@ void TaskSectionView::checkAll(bool b)
void TaskSectionView::applyQuick(std::string dir)
{
// Base::Console().Message("TSV::applyQuick(%s)\n", dir.c_str());
m_dirName = dir;
Gui::Command::openCommand("Apply Quick");
m_dirName = dir;
if (m_section == nullptr) {