mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: Remove unused "Parent" field in _TEXT_EDIT_DIALOG_PARAM structure
This commit is contained in:
@@ -3364,7 +3364,7 @@ struct _TEXT_EDIT_DIALOG_PARAM {
|
|||||||
BOOL ReadOnly;
|
BOOL ReadOnly;
|
||||||
std::string& Text;
|
std::string& Text;
|
||||||
const WCHAR* Title;
|
const WCHAR* Title;
|
||||||
HWND Parent;
|
|
||||||
_TEXT_EDIT_DIALOG_PARAM(BOOL _readOnly, const WCHAR* title, std::string& _text) : Title(title), Text(_text), ReadOnly(_readOnly) {}
|
_TEXT_EDIT_DIALOG_PARAM(BOOL _readOnly, const WCHAR* title, std::string& _text) : Title(title), Text(_text), ReadOnly(_readOnly) {}
|
||||||
_TEXT_EDIT_DIALOG_PARAM& operator=( const _TEXT_EDIT_DIALOG_PARAM& other) {
|
_TEXT_EDIT_DIALOG_PARAM& operator=( const _TEXT_EDIT_DIALOG_PARAM& other) {
|
||||||
ReadOnly = other.ReadOnly;
|
ReadOnly = other.ReadOnly;
|
||||||
|
|||||||
Reference in New Issue
Block a user