X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/b261141301b271a8279ceab15f6ec4c18dec7cd5..0b60d089a3f7d62f185c353227572d01e5f2f8dd:/mandoc.h diff --git a/mandoc.h b/mandoc.h index 355f37ee..b234cb5e 100644 --- a/mandoc.h +++ b/mandoc.h @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.244 2017/07/07 19:39:30 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.245 2017/07/08 14:51:04 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -401,17 +401,6 @@ struct eqn_box { enum eqn_pilet pile; /* equation piling */ }; -/* - * An equation consists of a tree of expressions starting at a given - * line and position. - */ -struct eqn { - char *name; /* identifier (or NULL) */ - struct eqn_box *root; /* root mathematical expression */ - int ln; /* invocation line */ - int pos; /* invocation position */ -}; - /* * Parse options. */