We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a64c7 commit d763728Copy full SHA for d763728
src/openstudio_lib/LocationTabView.cpp
@@ -755,7 +755,6 @@ std::vector<model::DesignDay> LocationView::showDesignDaySelectionDialog(const s
755
756
void LocationView::onDesignDayBtnClicked() {
757
QString fileTypes("Files (*.ddy)");
758
- std::vector<openstudio::model::DesignDay> designDaysToInsert;
759
760
QString lastPath = m_lastDdyPathOpened;
761
if (lastPath.isEmpty() && m_lastEpwPathOpened.isEmpty()) {
0 commit comments