Removed menu

This commit is contained in:
Georgy Litvinov 2020-04-08 16:43:04 +02:00
parent 425bd82592
commit 79c0051ee5
2 changed files with 4 additions and 29 deletions

View file

@ -85,10 +85,7 @@ public final class StarterProjectImpl extends WeakBase
public void trigger(String action)
{
switch (action) {
case "actionOne":
//ActionOneDialog actionOneDialog = new ActionOneDialog(m_xContext);
//actionOneDialog.show();
case "openGUI":
Document doc = new Document(context);
EditorGUI.runGUI(doc);
break;