mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
FileManager: Remove unused PropertyValuePair struct
This commit is contained in:
parent
9cd6b97dd9
commit
a847bd463a
Notes:
sideshowbarker
2024-07-17 11:30:05 +09:00
Author: https://github.com/AtkinsSJ
Commit: a847bd463a
Pull-request: https://github.com/SerenityOS/serenity/pull/19691
Reviewed-by: https://github.com/LucasChollet
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
Reviewed-by: https://github.com/nico ✅
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