summaryrefslogtreecommitdiff
path: root/src/vcr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcr.h')
-rw-r--r--src/vcr.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/vcr.h b/src/vcr.h
index 089e79a..057d39f 100644
--- a/src/vcr.h
+++ b/src/vcr.h
@@ -35,15 +35,6 @@ typedef enum vcr_layer_t {
VCR_LAYER_SHADOW, /* the shadow layer below the text (XXX: this must be kept after text) */
VCR_LAYER_GRAPHA, /* the graph A layer below the shadow layer */
VCR_LAYER_GRAPHB, /* the graph B layer below the shadow layer */
- VCR_LAYER_BG, /* the background layer (row separators, with milestone breaks */
-#if 0
- /* It should be reasonable to support up to eight layers, so there's room to grow.
- * per-thread memory use seems like a good idea..
- */
- VCR_LAYER_UNUSED1, /* TODO */
- VCR_LAYER_UNUSED2, /* TODO */
- VCR_LAYER_UNUSED3, /* TODO */
-#endif
VCR_LAYER_CNT,
} vcr_layer_t;
© All Rights Reserved