Browse Source

Remove unused 'fav_rm' ToolButton in EditorFileDialog

Michael Alexsander Silva Dias 6 years ago
parent
commit
579fffd97e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      editor/editor_file_dialog.h

+ 0 - 1
editor/editor_file_dialog.h

@@ -124,7 +124,6 @@ private:
 
 	ToolButton *fav_up;
 	ToolButton *fav_down;
-	ToolButton *fav_rm;
 
 	ItemList *favorites;
 	ItemList *recent;