mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cleanup.
This commit is contained in:
parent
c915146cf3
commit
66f4c56140
1 changed files with 0 additions and 6 deletions
|
@ -45,12 +45,6 @@ public class MemorySizeAction extends Action implements IUpdate
|
||||||
{
|
{
|
||||||
setEnabled( fMemoryViewer.canUpdate() );
|
setEnabled( fMemoryViewer.canUpdate() );
|
||||||
setChecked( fMemoryViewer.getCurrentWordSize() == fId );
|
setChecked( fMemoryViewer.getCurrentWordSize() == fId );
|
||||||
/*
|
|
||||||
if ( isChecked() )
|
|
||||||
{
|
|
||||||
fGroup.setCurrentSelection( this );
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static String getLabel( int id )
|
private static String getLabel( int id )
|
||||||
|
|
Loading…
Add table
Reference in a new issue