From 4cdffe903c26fd42e03848a5fae3043b70005674 Mon Sep 17 00:00:00 2001 From: peterdell Date: Sun, 11 Oct 2020 15:27:21 +0200 Subject: [PATCH] Comment still now working/used AssemblerEditorCompileAndRunCommandMenu which one day shall replace the action/actionSets --- com.wudsn.ide.asm/plugin.xml | 5 +---- .../editor/AssemblerEditorCompileAndRunCommandMenu.java | 8 +++----- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/com.wudsn.ide.asm/plugin.xml b/com.wudsn.ide.asm/plugin.xml index 46fb9ff9..f3a80fb3 100644 --- a/com.wudsn.ide.asm/plugin.xml +++ b/com.wudsn.ide.asm/plugin.xml @@ -276,10 +276,7 @@ - - + items) { @@ -54,7 +53,6 @@ public final class AssemblerEditorCompileAndRunCommandMenu extends WorkbenchWind @Override protected Control createControl(Composite parent) { - // TODO Auto-generated method stub return null; }