mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Wrong fix to the warning. The call is needed but
not the variable.
This commit is contained in:
parent
26d4065b60
commit
ce7df10349
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class LinkToFileGroup extends StringButtonDialogField {
|
||||||
Label label= getLabelControl(parent);
|
Label label= getLabelControl(parent);
|
||||||
label.setLayoutData(gridDataForLabel(1));
|
label.setLayoutData(gridDataForLabel(1));
|
||||||
|
|
||||||
//Button checkButton = getLinkCheckButtonControl(parent);
|
getLinkCheckButtonControl(parent);
|
||||||
|
|
||||||
Text text= getTextControl(parent);
|
Text text= getTextControl(parent);
|
||||||
text.setLayoutData(gridDataForText(1));
|
text.setLayoutData(gridDataForText(1));
|
||||||
|
|
Loading…
Add table
Reference in a new issue