diff --git a/Userland/Applications/FileManager/PropertiesWindow.h b/Userland/Applications/FileManager/PropertiesWindow.h index fa49da45e8..7124462b35 100644 --- a/Userland/Applications/FileManager/PropertiesWindow.h +++ b/Userland/Applications/FileManager/PropertiesWindow.h @@ -29,12 +29,6 @@ private: PropertiesWindow(DeprecatedString const& path, Window* parent = nullptr); ErrorOr create_widgets(bool disable_rename); - struct PropertyValuePair { - DeprecatedString property; - DeprecatedString value; - Optional link = {}; - }; - struct PermissionMasks { mode_t read; mode_t write;