Remove unimplemented methods
This commit is contained in:
parent
8688b97dda
commit
87a4ba492e
66 changed files with 2 additions and 171 deletions
|
|
@ -205,8 +205,6 @@ private:
|
|||
void _set_file_display(bool p_active);
|
||||
void _fs_changed();
|
||||
|
||||
void _tree_toggle_collapsed();
|
||||
|
||||
void _select_file(const String &p_path, bool p_select_in_favorites = false);
|
||||
void _tree_activate_file();
|
||||
void _file_list_activate_file(int p_idx);
|
||||
|
|
@ -228,8 +226,6 @@ private:
|
|||
|
||||
void _file_removed(String p_file);
|
||||
void _folder_removed(String p_folder);
|
||||
void _files_moved(String p_old_file, String p_new_file);
|
||||
void _folder_moved(String p_old_folder, String p_new_folder);
|
||||
|
||||
void _resource_created();
|
||||
void _make_dir_confirm();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue