From f1dad51f27fcdc6b41ac5afb179e148f5d73663b Mon Sep 17 00:00:00 2001 From: Mansheng Yang Date: Wed, 15 Aug 2012 21:41:10 +0800 Subject: [PATCH] [CodeActions] CreateCustomEventImplementationAction: removed TODO which is already done. --- .../CodeActions/CreateCustomEventImplementationAction.cs | 1 - 1 file changed, 1 deletion(-) 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 => {