TLCLTaskDialog: remove unused variable and related comment.

This commit is contained in:
Bart 2023-07-31 15:40:44 +02:00
parent d33896d6c2
commit 925ffd19ad

View File

@ -30,7 +30,7 @@ type
//CustomButtons, Radios: TStringList;
DialogCaption, DlgTitle, DlgText,
ExpandedButtonCaption, ExpandedText, FooterText,
VerificationText, Selection: String;
VerificationText: String;
CommonButtons: TTaskDialogCommonButtons;
Panel: TPanel;
@ -655,10 +655,6 @@ begin
CustomButtonsTextLength := CustomButtonsTextLength + Length(B.Caption);
//ToDo
//This field/parameter is currently not used in Dialogs.TTaskDialog and not passed so we cannot initialize it properly yet
Selection := '';
DialogCaption := FDlg.Caption;
DlgTitle := FDlg.Title;
DlgText := FDlg.Text;