Skip to content

Commit

Permalink
FileManager: Remove unused m_row variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs authored and awesomekling committed Feb 5, 2020
1 parent 868b1a2 commit 640cb92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Applications/FileManager/PropertiesDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ class PropertiesDialog final : public GUI::Dialog {
String m_name;
String m_path;
mode_t m_mode;
int m_row;
bool m_permissions_dirty { false };
bool m_name_dirty { false };
};

0 comments on commit 640cb92

Please sign in to comment.