| Index: core/fpdfapi/fpdf_parser/cpdf_object.cpp
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_object.cpp b/core/fpdfapi/fpdf_parser/cpdf_object.cpp
|
| index 9a190a730822c8cdc9df649b47370665466fe1b1..86b9449cf8b819a9290171e6fa4c56879e0786ab 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_object.cpp
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_object.cpp
|
| @@ -33,10 +33,6 @@ CFX_ByteString CPDF_Object::GetString() const {
|
| return CFX_ByteString();
|
| }
|
|
|
| -CFX_ByteStringC CPDF_Object::GetConstString() const {
|
| - return CFX_ByteStringC();
|
| -}
|
| -
|
| CFX_WideString CPDF_Object::GetUnicodeText() const {
|
| return CFX_WideString();
|
| }
|
|
|