]> granicus.if.org Git - graphviz/commitdiff
arrows.c: remove commented out code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 Aug 2021 03:03:58 +0000 (20:03 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 18 Aug 2021 14:32:29 +0000 (07:32 -0700)
lib/common/arrows.c

index ef9d25692b01bc1cb6619fd1b8cc0bc0d3d18d12..6ee352f58ebb568f592dd9a3e1a917243abbc066 100644 (file)
@@ -85,9 +85,7 @@ static arrowname_t Arrownames[] = {
     {"box", ARR_TYPE_BOX},
     {"diamond", ARR_TYPE_DIAMOND},
     {"dot", ARR_TYPE_DOT},
-//    {"none", ARR_TYPE_NONE},
     {"none", ARR_TYPE_GAP},
-//    {"gap", ARR_TYPE_GAP},
     /* ARR_MOD_INV is used only here to define two additional shapes
        since not all types can use it */
     {"inv", (ARR_TYPE_NORM | ARR_MOD_INV)},