1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Mikhail Khodjaiants 2002-10-25 16:11:51 +00:00
parent c915146cf3
commit 66f4c56140

View file

@ -45,12 +45,6 @@ public class MemorySizeAction extends Action implements IUpdate
{
setEnabled( fMemoryViewer.canUpdate() );
setChecked( fMemoryViewer.getCurrentWordSize() == fId );
/*
if ( isChecked() )
{
fGroup.setCurrentSelection( this );
}
*/
}
private static String getLabel( int id )