summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFValueProxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFValueProxy.cc')
-rw-r--r--libqpdf/QPDFValueProxy.cc17
1 files changed, 0 insertions, 17 deletions
diff --git a/libqpdf/QPDFValueProxy.cc b/libqpdf/QPDFValueProxy.cc
deleted file mode 100644
index c315128c..00000000
--- a/libqpdf/QPDFValueProxy.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <qpdf/QPDFValueProxy.hh>
-
-#include <qpdf/QPDF.hh>
-#include <qpdf/QPDF_Destroyed.hh>
-
-void
-QPDFValueProxy::doResolve()
-{
- auto og = value->og;
- QPDF::Resolver::resolve(value->qpdf, og);
-}
-
-void
-QPDFValueProxy::destroy()
-{
- value = QPDF_Destroyed::getInstance();
-}