瀏覽代碼

Merge pull request #27145 from YeldhamDev/editfilediag_favrm_remove

Remove unused 'fav_rm' ToolButton in EditorFileDialog
Rémi Verschelde 6 年之前
父節點
當前提交
df7d3708c5
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;