mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 16:26:11 +02:00
Cleanup.
This commit is contained in:
parent
2300feae91
commit
d519e8afd9
1 changed files with 0 additions and 8 deletions
|
@ -191,14 +191,6 @@ public class AddExpressionActionDelegate implements IWorkbenchWindowActionDelega
|
|||
}
|
||||
}
|
||||
|
||||
protected void setEnabledState( ITextEditor editor )
|
||||
{
|
||||
if ( getAction() != null )
|
||||
{
|
||||
getAction().setEnabled( editor != null );
|
||||
}
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.ui.IEditorActionDelegate#setActiveEditor(IAction, IEditorPart)
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue