]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc.h
The EQN_LISTONE box type is pointless.
[mandoc.git] / mandoc.h
index 2c7cdaee73e23894435885b8be405b3aa573af88..4310f12c9210214ea2b16adaf2363fefb2ef0d49 100644 (file)
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/*     $Id: mandoc.h,v 1.241 2017/07/03 17:33:05 schwarze Exp $ */
+/*     $Id: mandoc.h,v 1.242 2017/07/05 15:03:27 schwarze Exp $ */
 /*
  * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -338,7 +338,6 @@ enum        eqn_boxt {
        EQN_TEXT, /* text (number, variable, whatever) */
        EQN_SUBEXPR, /* nested `eqn' subexpression */
        EQN_LIST, /* list (braces, etc.) */
-       EQN_LISTONE, /* singleton list */
        EQN_PILE, /* vertical pile */
        EQN_MATRIX /* pile of piles */
 };