Merge pull request #591 from kistlin/fix/unused_variables_warnings

fix warnings about unused/maybe uninitialized variables
This commit is contained in:
AlexandreRouma
2022-01-22 04:29:00 +01:00
committed by GitHub
15 changed files with 1 additions and 35 deletions

View File

@@ -104,7 +104,6 @@ namespace vfo_color_menu {
vfoColors[name] = ImVec4(1.0f, 1.0f, 1.0f, 1.0f);
vfo->color = IM_COL32(255, 255, 255, 50);
core::configManager.acquire();
char buf[16];
core::configManager.conf["vfoColors"][name] = "#FFFFFF";
core::configManager.release(true);
}