Skip to content

Commit

Permalink
Merge pull request godotengine#27145 from YeldhamDev/editfilediag_fav…
Browse files Browse the repository at this point in the history
…rm_remove

Remove unused 'fav_rm' ToolButton in EditorFileDialog
  • Loading branch information
akien-mga authored Mar 17, 2019
2 parents 3f631c2 + 579fffd commit df7d370
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/editor_file_dialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ class EditorFileDialog : public ConfirmationDialog {

ToolButton *fav_up;
ToolButton *fav_down;
ToolButton *fav_rm;

ItemList *favorites;
ItemList *recent;
Expand Down

0 comments on commit df7d370

Please sign in to comment.