Skip to content

Commit 6903773

Browse files
committed
Minor cleaning.
1 parent 555b90c commit 6903773

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rubberduck.Core/UI/CodeExplorer/Commands/CodeExplorerExtractInterfaceCommand.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ private bool SpecialEvaluateCanExecute(object parameter)
3838
{
3939
return _state.Status == ParserState.Ready &&
4040
parameter is CodeExplorerComponentViewModel node &&
41-
//node.Declaration.DeclarationType.HasFlag(DeclarationType.ClassModule) &&
42-
//node.Children.Any(child => child.Declaration.DeclarationType.HasFlag(DeclarationType.Member));
4341
ExtractInterfaceRefactoring.CanExecute((RubberduckParserState)_state, node.QualifiedSelection.Value.QualifiedName);
4442
}
4543

0 commit comments

Comments
 (0)