From a0ac37b9bc45c6016336447ab2ff5a5a251d5bdc Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 28 Mar 2019 09:07:05 +0100 Subject: Revert "pdfium: Share the GfxLink for PDF files." This reverts commit 62654a8c29b945d00afe9f32e87b44ba0d8b84a2. --- include/vcl/graph.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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& pGfxLink); GfxLink GetLink() const; bool IsLink() const; -- cgit