X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=tig.h;h=85b639bea72a0649869e27383bb056bb16b26936;hb=c69ec01132ceb9379e407087ba50f710b509e880;hp=e6cd9a19e5c8ffc312cbea2bc5493f7cef9a34d5;hpb=609028fbfc199d0626bca8ba1917988aee2b4041;p=tig.git diff --git a/tig.h b/tig.h index e6cd9a1..85b639b 100644 --- a/tig.h +++ b/tig.h @@ -76,16 +76,6 @@ #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)