FileManager: Remove unused PropertyValuePair struct

This commit is contained in:
Sam Atkins 2023-06-24 20:54:01 +01:00 committed by Sam Atkins
parent 9cd6b97dd9
commit a847bd463a

View file

@ -29,12 +29,6 @@ private:
PropertiesWindow(DeprecatedString const& path, Window* parent = nullptr);
ErrorOr<void> create_widgets(bool disable_rename);
struct PropertyValuePair {
DeprecatedString property;
DeprecatedString value;
Optional<URL> link = {};
};
struct PermissionMasks {
mode_t read;
mode_t write;