Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2011-02-12 07:02:47 +0000
committerHenrik Rentz-Reichert2011-02-12 07:02:47 +0000
commit7c9d148c735026ec70b0be5e2e5559e72a751ca1 (patch)
tree385e28707804e582d1fc83fa54e1b8654944f276
parent84aa6406ab882f9500f4168b55b75ca84af65ba8 (diff)
downloadorg.eclipse.etrice-7c9d148c735026ec70b0be5e2e5559e72a751ca1.tar.gz
org.eclipse.etrice-7c9d148c735026ec70b0be5e2e5559e72a751ca1.tar.xz
org.eclipse.etrice-7c9d148c735026ec70b0be5e2e5559e72a751ca1.zip
ui.behavior: removed unused constant
-rw-r--r--plugins/org.eclipse.etrice.ui.behavior/src/org/eclipse/etrice/ui/behavior/support/ChoicePointSupport.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.ui.behavior/src/org/eclipse/etrice/ui/behavior/support/ChoicePointSupport.java b/plugins/org.eclipse.etrice.ui.behavior/src/org/eclipse/etrice/ui/behavior/support/ChoicePointSupport.java
index 5475cd099..49cc155ea 100644
--- a/plugins/org.eclipse.etrice.ui.behavior/src/org/eclipse/etrice/ui/behavior/support/ChoicePointSupport.java
+++ b/plugins/org.eclipse.etrice.ui.behavior/src/org/eclipse/etrice/ui/behavior/support/ChoicePointSupport.java
@@ -75,7 +75,6 @@ import org.eclipse.graphiti.util.IColorConstant;
public class ChoicePointSupport {
public static final int ITEM_SIZE = StateGraphSupport.MARGIN;
- public static final int ITEM_SIZE_SMALL = StateSupport.MARGIN;
protected static final int LINE_WIDTH = 2;
protected static final IColorConstant DARK_COLOR = new ColorConstant(0, 0, 0);

Back to the top