aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-30 19:39:45 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-30 19:39:45 +0200
commitdc059560e73e0b373a6e54e71b07e3af4b692cb4 (patch)
tree8d934efc169494a3e3e0778f596694b1cd7464e4 /libqpdf
parent0122f4486594c17e12e7d6945953d9fe40db6a9f (diff)
downloadqpdf-dc059560e73e0b373a6e54e71b07e3af4b692cb4.tar.zst
Remove QPDFObjectHandle::replaceOrRemoveKey
See ChangeLog for rationale for not deprecating it as originally planned.
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/QPDFObjectHandle.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/libqpdf/QPDFObjectHandle.cc b/libqpdf/QPDFObjectHandle.cc
index 76a6127e..c08c9537 100644
--- a/libqpdf/QPDFObjectHandle.cc
+++ b/libqpdf/QPDFObjectHandle.cc
@@ -1334,13 +1334,6 @@ QPDFObjectHandle::removeKeyAndGet(std::string const& key)
return result;
}
-void
-QPDFObjectHandle::replaceOrRemoveKey(
- std::string const& key, QPDFObjectHandle const& value)
-{
- replaceKey(key, value);
-}
-
// Stream accessors
QPDFObjectHandle
QPDFObjectHandle::getDict()