]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc.h
Remove delims from struct tbl (not used anywhere and never will be).
[mandoc.git] / mandoc.h
index 7da2e5411f761bc80f735f12e1627bd11c7946fb..9dd448e6dd42d443fbdec4906363089b9b26aa4b 100644 (file)
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/*     $Id: mandoc.h,v 1.48 2011/01/04 15:02:00 kristaps Exp $ */
+/*     $Id: mandoc.h,v 1.49 2011/01/06 13:45:47 kristaps Exp $ */
 /*
  * Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -152,7 +152,6 @@ struct      tbl {
        char              tab; /* cell-separator */
        char              decimal; /* decimal point */
        int               linesize;
-       char              delims[2]; /* FIXME: deprecate */
        int               opts;
 #define        TBL_OPT_CENTRE   (1 << 0)
 #define        TBL_OPT_EXPAND   (1 << 1)