From 05ff619b09dc0c2c51f7f56dacd067f2c3baedbc Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 30 Jan 2018 17:21:22 -0500 Subject: 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. --- libqpdf/QPDFObjectHandle.cc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libqpdf/QPDFObjectHandle.cc') diff --git a/libqpdf/QPDFObjectHandle.cc b/libqpdf/QPDFObjectHandle.cc index 1fa02427..fb15cb1c 100644 --- a/libqpdf/QPDFObjectHandle.cc +++ b/libqpdf/QPDFObjectHandle.cc @@ -495,16 +495,6 @@ QPDFObjectHandle::getRawStreamData() return dynamic_cast(obj.getPointer())->getRawStreamData(); } -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, -- cgit v1.2.3-70-g09d2