1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:37:43 +00:00

FileManager: Remove unused m_row variable

This commit is contained in:
joshua stein 2020-01-30 17:04:58 -06:00 committed by Andreas Kling
parent 868b1a24bb
commit 640cb920e8

View file

@ -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 };
};