mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
165d5a38af
commit
97c5ac2ec6
1 changed files with 18 additions and 20 deletions
|
@ -38,7 +38,6 @@ import org.eclipse.ui.PlatformUI;
|
|||
* A preference page for settings that are currently only supported in GDB.
|
||||
*/
|
||||
public class GdbDebugPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage {
|
||||
|
||||
/**
|
||||
* A vehicle in order to be able to register a selection listener with
|
||||
* a {@link BooleanFieldEditor}.
|
||||
|
@ -230,7 +229,6 @@ public class GdbDebugPreferencePage extends FieldEditorPreferencePage implements
|
|||
addField(childCountLimitField);
|
||||
|
||||
enablePrettyPrintingField.getChangeControl(group).addSelectionListener(new SelectionAdapter() {
|
||||
|
||||
@Override
|
||||
public void widgetSelected(SelectionEvent e) {
|
||||
boolean enabled = enablePrettyPrintingField.getBooleanValue();
|
||||
|
|
Loading…
Add table
Reference in a new issue