diff --git a/ICSharpCode.NRefactory.CSharp/Refactoring/CodeActions/CreateCustomEventImplementationAction.cs b/ICSharpCode.NRefactory.CSharp/Refactoring/CodeActions/CreateCustomEventImplementationAction.cs index bac41da943..3becd93989 100644 --- a/ICSharpCode.NRefactory.CSharp/Refactoring/CodeActions/CreateCustomEventImplementationAction.cs +++ b/ICSharpCode.NRefactory.CSharp/Refactoring/CodeActions/CreateCustomEventImplementationAction.cs @@ -34,7 +34,6 @@ namespace ICSharpCode.NRefactory.CSharp.Refactoring var eventDecl = node.Parent as EventDeclaration; if (eventDecl == null) return null; - // TODO: more than one variable return new CodeAction (context.TranslateString ("Create custom event implementation"), script => {