diff --git a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/UIStateType.java b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/UIStateType.java index b00e512..a59a1b8 100644 --- a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/UIStateType.java +++ b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/UIStateType.java @@ -10,7 +10,5 @@ public enum UIStateType { START, TR_OPEN, TR_CLOSE, - WIZARD_OPEN, - TOOLBOX_OPEN, - TOOLBOX_CLOSE; + WIZARD_OPEN; }