From dc059560e73e0b373a6e54e71b07e3af4b692cb4 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 30 Apr 2022 13:39:45 -0400 Subject: Remove QPDFObjectHandle::replaceOrRemoveKey See ChangeLog for rationale for not deprecating it as originally planned. --- libqpdf/QPDFObjectHandle.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libqpdf/QPDFObjectHandle.cc') 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() -- cgit v1.2.3-54-g00ecf