Skip to content

Commit

Permalink
Revert "Additional constant"
Browse files Browse the repository at this point in the history
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 <rajarshi.guha@gmail.com>
  • Loading branch information
Stefan Kuhn authored and rajarshi committed May 12, 2010
1 parent c4ea1d8 commit 3b974e6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/org/openscience/cdk/CDKConstants.java
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 3b974e6

Please sign in to comment.