mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +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);
|
PropertiesWindow(DeprecatedString const& path, Window* parent = nullptr);
|
||||||
ErrorOr<void> create_widgets(bool disable_rename);
|
ErrorOr<void> create_widgets(bool disable_rename);
|
||||||
|
|
||||||
struct PropertyValuePair {
|
|
||||||
DeprecatedString property;
|
|
||||||
DeprecatedString value;
|
|
||||||
Optional<URL> link = {};
|
|
||||||
};
|
|
||||||
|
|
||||||
struct PermissionMasks {
|
struct PermissionMasks {
|
||||||
mode_t read;
|
mode_t read;
|
||||||
mode_t write;
|
mode_t write;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue