fix: remove unused variables

This commit is contained in:
2023-09-05 03:17:09 +04:00
parent de31b73673
commit fd67e7b843

View File

@@ -141,8 +141,6 @@ void Renderer::draw_oscillators_panels(
}
void Renderer::draw_main_panel(const Rectangle& panel_bounds) {
bool is_shape_dropdown_open = false;
int shape_index = 0;
GuiPanel(panel_bounds, "");
}