diff options
author | volzhs <volzhs@gmail.com> | 2017-05-03 06:02:06 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2017-05-03 06:19:15 +0900 |
commit | 17e8e343fb900c3b308b3a6cb8611a16b476e71e (patch) | |
tree | 55c64ec319ab91f9ba8468c7f4c65d92044ef385 /scene/gui/item_list.h | |
parent | 5a6ccce97d350011b599e793cea95aa4e7899395 (diff) |
Revert "Add new editor and default theme (WIP)"
This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
Diffstat (limited to 'scene/gui/item_list.h')
-rw-r--r-- | scene/gui/item_list.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scene/gui/item_list.h b/scene/gui/item_list.h index 96a894d3fd..4b896de77c 100644 --- a/scene/gui/item_list.h +++ b/scene/gui/item_list.h @@ -62,7 +62,6 @@ private: Variant metadata; String tooltip; Color custom_bg; - Color custom_font_color; Rect2 rect_cache; Rect2 min_rect_cache; @@ -145,9 +144,6 @@ public: void set_item_custom_bg_color(int p_idx, const Color &p_custom_bg_color); Color get_item_custom_bg_color(int p_idx) const; - void set_item_custom_font_color(int p_idx, const Color &p_custom_font_color); - Color get_item_custom_font_color(int p_idx) const; - void select(int p_idx, bool p_single = true); void unselect(int p_idx); bool is_selected(int p_idx) const; |