From 3b974e6238da35e745807c94ff1c964eb18d8c29 Mon Sep 17 00:00:00 2001 From: Stefan Kuhn Date: Mon, 10 May 2010 10:44:39 +0100 Subject: [PATCH] Revert "Additional constant" This reverts commit 856197c02328369333f0442d664a02f33a7175bf. the move arrows are no longer needed, mouse pointer is changed the move arrows are no longer needed, mouse pointer is changed Signed-off-by: Rajarshi Guha --- src/main/org/openscience/cdk/CDKConstants.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main/org/openscience/cdk/CDKConstants.java b/src/main/org/openscience/cdk/CDKConstants.java index 199cb49a14b..0634c696806 100644 --- a/src/main/org/openscience/cdk/CDKConstants.java +++ b/src/main/org/openscience/cdk/CDKConstants.java @@ -168,14 +168,10 @@ public class CDKConstants { /** Flag is set if an atom could be typed. */ public static final int IS_TYPEABLE = 11; - /** Flag is set in JCP if an arrow indicating move - * should be shown. - */ - public static final int SHOW_MOVE_ARRAY = 12; /** * Maximum flags array index. */ - public final static int MAX_FLAG_INDEX = 13; + public final static int MAX_FLAG_INDEX = 12; /** * Flag used for JUnit testing the pointer functionality. */