1
Fork 0
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:
Andreas Kling 2020-09-18 17:49:23 +02:00
parent a9f5b0339d
commit 65b246aaf4

View file

@ -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;