mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
FileManager: Remove unused PropertyValuePair struct
This commit is contained in:
parent
9cd6b97dd9
commit
a847bd463a
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue