diff options
author | Jan Holesovsky <kendy@collabora.com> | 2019-03-28 09:07:05 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2019-03-28 09:07:05 +0100 |
commit | a0ac37b9bc45c6016336447ab2ff5a5a251d5bdc (patch) | |
tree | 849c13579dcb34ffa6a0a28b47ab3ba9c7c30ac1 /include | |
parent | f1552a8bb74a5eb07ad7e675a50f60dec935b9e3 (diff) |
Revert "pdfium: Share the GfxLink for PDF files."
This reverts commit 62654a8c29b945d00afe9f32e87b44ba0d8b84a2.
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/graph.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index 881abda221e4..45268462155a 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -216,7 +216,6 @@ private: public: void SetLink( const GfxLink& ); - void SetSharedLink(const std::shared_ptr<GfxLink>& pGfxLink); GfxLink GetLink() const; bool IsLink() const; |