Removing unused _isRestartedByOS member variable

This amends the previous #14074 PR.

Close #14171
This commit is contained in:
xomx 2023-09-22 10:29:54 +02:00 committed by Don Ho
parent 87efdf5084
commit 939b00a61e

View File

@ -283,7 +283,6 @@ struct CmdLineParamsDTO
bool _isRecursive = false;
bool _openFoldersAsWorkspace = false;
bool _monitorFiles = false;
bool _isRestartedByOS = false;
intptr_t _line2go = 0;
intptr_t _column2go = 0;