From 3dde66ddcd6ad38a90bf46c4017c87f9a8656c0e Mon Sep 17 00:00:00 2001 From: m-holger Date: Sat, 28 Jan 2023 11:15:27 +0000 Subject: Refactor JSON::writeNext --- include/qpdf/JSON.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/qpdf/JSON.hh b/include/qpdf/JSON.hh index 77c4b108..64f3792c 100644 --- a/include/qpdf/JSON.hh +++ b/include/qpdf/JSON.hh @@ -338,7 +338,6 @@ class JSON static std::string encode_string(std::string const& utf8); static void writeClose(Pipeline* p, bool first, size_t depth, char const* delimeter); - static void writeIndent(Pipeline* p, size_t depth); struct JSON_value { -- cgit v1.2.3-54-g00ecf