Code

Refactor mkmode from draw_mode
[tig.git] / tig.h
diff --git a/tig.h b/tig.h
index e6cd9a19e5c8ffc312cbea2bc5493f7cef9a34d5..85b639bea72a0649869e27383bb056bb16b26936 100644 (file)
--- a/tig.h
+++ b/tig.h
 #define SIZEOF_REV     41      /* Holds a SHA-1 and an ending NUL. */
 #define SIZEOF_ARG     32      /* Default argument array size. */
 
-/* Revision graph */
-
-#define REVGRAPH_INIT  'I'
-#define REVGRAPH_MERGE 'M'
-#define REVGRAPH_BRANCH        '+'
-#define REVGRAPH_COMMIT        '*'
-#define REVGRAPH_BOUND '^'
-
-#define SIZEOF_REVGRAPH        19      /* Size of revision ancestry graphics. */
-
 /* This color name can be used to refer to the default term colors. */
 #define COLOR_DEFAULT  (-1)