mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 00:02:03 +02:00
TLCLTaskDialog: remove unused variable and related comment.
This commit is contained in:
parent
d33896d6c2
commit
925ffd19ad
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user