mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
FileManager: Remove an unused enum in DirectoryView
This commit is contained in:
parent
a9f5b0339d
commit
65b246aaf4
1 changed files with 0 additions and 5 deletions
|
@ -174,11 +174,6 @@ private:
|
|||
Vector<String> m_path_history;
|
||||
void add_path_to_history(const StringView& path);
|
||||
|
||||
enum class ConfirmBeforeDelete {
|
||||
No,
|
||||
Yes
|
||||
};
|
||||
|
||||
RefPtr<GUI::TableView> m_table_view;
|
||||
RefPtr<GUI::IconView> m_icon_view;
|
||||
RefPtr<GUI::ColumnsView> m_columns_view;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue