mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
fix a lot of warnings about unused variables, or maybe uninitialized variables
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user