Skip to content

Commit

Permalink
Remove mistaken field addition to map_groups.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinRichards committed Feb 14, 2023
1 parent 6cc8db0 commit 36363fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/project.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ void Project::saveMapGroups() {
}

OrderedJson::object mapGroupsObj;
mapGroupsObj["layouts_table_label"] = layoutsLabel;

OrderedJson::array groupNamesArr;
for (QString groupName : this->groupNames) {
Expand Down

0 comments on commit 36363fe

Please sign in to comment.