diff options
author | joye <joye> | 2013-12-20 16:56:33 (GMT) |
---|---|---|
committer | joye <joye> | 2013-12-20 16:56:33 (GMT) |
commit | 19c42554ae6c0f32542eab4431a808fdb37e2498 (patch) | |
tree | 4978569bd9cd83284d53f1c3c940fa08e030d71f | |
parent | 539061d71b9f74290bb837361cafad4233e9ef1e (diff) | |
download | blt-19c42554ae6c0f32542eab4431a808fdb37e2498.zip blt-19c42554ae6c0f32542eab4431a808fdb37e2498.tar.gz blt-19c42554ae6c0f32542eab4431a808fdb37e2498.tar.bz2 |
*** empty log message ***
-rw-r--r-- | src/bltGrMisc.C | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/bltGrMisc.C b/src/bltGrMisc.C index ec49175..e8e8733 100644 --- a/src/bltGrMisc.C +++ b/src/bltGrMisc.C @@ -38,18 +38,6 @@ #include "bltInt.h" #include "bltGraph.h" -#define ARROW_LEFT (0) -#define ARROW_UP (1) -#define ARROW_RIGHT (2) -#define ARROW_DOWN (3) -#define ARROW_OFFSET 4 -#define STD_ARROW_HEIGHT 3 -#define STD_ARROW_WIDTH ((2 * (ARROW_OFFSET - 1)) + 1) - -#define BLT_SCROLL_MODE_CANVAS (1<<0) -#define BLT_SCROLL_MODE_LISTBOX (1<<1) -#define BLT_SCROLL_MODE_HIERBOX (1<<2) - static Blt_OptionParseProc ObjToPoint; static Blt_OptionPrintProc PointToObj; Blt_CustomOption bltPointOption = |