mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
FileManager: Remove unused m_row variable
This commit is contained in:
parent
868b1a24bb
commit
640cb920e8
Notes:
sideshowbarker
2024-07-19 09:38:42 +09:00
Author: https://github.com/jcs
Commit: 640cb920e8
Pull-request: https://github.com/SerenityOS/serenity/pull/1177
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ private:
|
|||
String m_name;
|
||||
String m_path;
|
||||
mode_t m_mode;
|
||||
int m_row;
|
||||
bool m_permissions_dirty { false };
|
||||
bool m_name_dirty { false };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue