mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 22:04:55 +02:00
Removing unused _isRestartedByOS member variable
This amends the previous #14074 PR. Close #14171
This commit is contained in:
parent
87efdf5084
commit
939b00a61e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user