From dc4ee72b8b9976e28c740c59bdc6c3b4d56d232d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 25 Jan 2020 16:58:46 -0800 Subject: [PATCH] ;doc: drop unused macros [ci skip] --- doc/common.m4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/common.m4 b/doc/common.m4 index a834989b3..4eb5077e7 100644 --- a/doc/common.m4 +++ b/doc/common.m4 @@ -17,8 +17,6 @@ m4_dnl Macros for conditionally including format-specific content m4_dnl $1 is the manual's web slug: hledger, hledger-ui, journal, csv etc. m4_define({{_man_}}, m4_ifdef({{MAN}},{{$1}}) )m4_dnl m4_define({{_web_}}, m4_ifdef({{WEB}},{{$1}}) )m4_dnl -m4_define({{_webseparate_}}, m4_ifdef({{WEB && SEPARATE}},{{$1}}) )m4_dnl -m4_define({{_webcombined_}}, m4_ifdef({{WEB && COMBINED}},{{$1}}) )m4_dnl m4_dnl m4_dnl Links to dev and recent release versions of a manual. m4_dnl The actual links are inserted dynamically by site.js, static generation was much too painful.