aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-01-30 23:21:22 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-19 03:05:46 +0100
commit05ff619b09dc0c2c51f7f56dacd067f2c3baedbc (patch)
tree862721b375f57801eb3470a29d592c3d16f67a8b /libqpdf
parent55ee55394c1434da62c01e01a537eee5aa909eba (diff)
downloadqpdf-05ff619b09dc0c2c51f7f56dacd067f2c3baedbc.tar.zst
Remove redundant method
Remove a redundant method that was equal to another one with additional arguments. This breaks binary compatibility, but there are other ABI breaking changes in the upcoming release, so now is the time to do it.
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/QPDFObjectHandle.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/libqpdf/QPDFObjectHandle.cc b/libqpdf/QPDFObjectHandle.cc
index 1fa02427..fb15cb1c 100644
--- a/libqpdf/QPDFObjectHandle.cc
+++ b/libqpdf/QPDFObjectHandle.cc
@@ -499,16 +499,6 @@ bool
QPDFObjectHandle::pipeStreamData(Pipeline* p,
unsigned long encode_flags,
qpdf_stream_decode_level_e decode_level,
- bool suppress_warnings)
-{
- return pipeStreamData(
- p, encode_flags, decode_level, suppress_warnings, false);
-}
-
-bool
-QPDFObjectHandle::pipeStreamData(Pipeline* p,
- unsigned long encode_flags,
- qpdf_stream_decode_level_e decode_level,
bool suppress_warnings, bool will_retry)
{
assertStream();