You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Remove useless variable and line in OptionButton
This commit is contained in:
@@ -51,7 +51,6 @@ void OptionButton::_notification(int p_what) {
|
||||
|
||||
RID ci = get_canvas_item();
|
||||
Ref<Texture> arrow = Control::get_icon("arrow");
|
||||
Ref<StyleBox> normal = get_stylebox("normal");
|
||||
Color clr = Color(1, 1, 1);
|
||||
if (get_constant("modulate_arrow")) {
|
||||
switch (get_draw_mode()) {
|
||||
|
||||
Reference in New Issue
Block a user