diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-03-16 20:30:06 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-03-16 20:30:06 -0300 |
commit | 579fffd97ef406fd057949da73757e0b98206dab (patch) | |
tree | 7f959c836965ab9d4a7a79d694386548fc5b4ef8 /editor | |
parent | 019908e5f02ca2670dd5f956a816cef045f0a777 (diff) |
Remove unused 'fav_rm' ToolButton in EditorFileDialog
Diffstat (limited to 'editor')
-rw-r--r-- | editor/editor_file_dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_file_dialog.h b/editor/editor_file_dialog.h index 1b9b5f9812..edaccac51d 100644 --- a/editor/editor_file_dialog.h +++ b/editor/editor_file_dialog.h @@ -124,7 +124,6 @@ private: ToolButton *fav_up; ToolButton *fav_down; - ToolButton *fav_rm; ItemList *favorites; ItemList *recent; |