From d8651cc60b0e95b262baa189196817f4de26d360 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Tue, 18 Aug 2020 05:39:46 +0200 Subject: [PATCH] More functions in anonymous namespace. --- src/output_docbook.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/output_docbook.cpp b/src/output_docbook.cpp index ad683c713e..12601c5f5e 100644 --- a/src/output_docbook.cpp +++ b/src/output_docbook.cpp @@ -170,8 +170,6 @@ string fontToAttribute(xml::FontTypes type) { } } -} // end anonymous namespace - xml::FontTag docbookStartFontTag(xml::FontTypes type) { @@ -185,8 +183,6 @@ xml::EndFontTag docbookEndFontTag(xml::FontTypes type) } -namespace { - // Convenience functions to open and close tags. First, very low-level ones to ensure a consistent new-line behaviour. // Block style: // Content before -- 2.39.5