summaryrefslogtreecommitdiff
path: root/vcl/inc/impgraph.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-03-28 09:07:05 +0100
committerJan Holesovsky <kendy@collabora.com>2019-03-28 09:07:05 +0100
commita0ac37b9bc45c6016336447ab2ff5a5a251d5bdc (patch)
tree849c13579dcb34ffa6a0a28b47ab3ba9c7c30ac1 /vcl/inc/impgraph.hxx
parentf1552a8bb74a5eb07ad7e675a50f60dec935b9e3 (diff)
Revert "pdfium: Share the GfxLink for PDF files."
Diffstat (limited to 'vcl/inc/impgraph.hxx')
-rw-r--r--vcl/inc/impgraph.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index 3d998ec94ac5..c462dc2c67ac 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -160,8 +160,7 @@ private:
bool ImplIsSwapOut() const { return mbSwapOut;}
bool ImplIsDummyContext() const { return mbDummyContext; }
- void ImplSetLink( const GfxLink& );
- void ImplSetSharedLink(const std::shared_ptr<GfxLink>& pGfxLink);
+ void ImplSetLink( const std::shared_ptr<GfxLink>& );
GfxLink ImplGetLink();
bool ImplIsLink() const;