diff options
author | Mark Page <aptitude@btconnect.com> | 2016-06-16 13:31:34 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-07-05 06:36:05 +0000 |
commit | 308a088211a0df6a75a1f5cd63aa7ee9dcb54536 (patch) | |
tree | 66f6de21fdaab8d2ce9c73e9466ee2268a4bdca7 /include/vcl | |
parent | dac06d9cb05552022ef8ee958c75297ed58c01b8 (diff) |
Remove unused DELEGATE_PLUGGABLE_RENDERER to simplify mtf code
The code was added July 2008 as a way to delegate mtf action
rendering to external services.
Change-Id: I5b2277fada1a8ad85e82cb2c10c822df09da836a
Reviewed-on: https://gerrit.libreoffice.org/26371
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/gdimtf.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/gdimtf.hxx b/include/vcl/gdimtf.hxx index e75107f1b4e1..06826326ff49 100644 --- a/include/vcl/gdimtf.hxx +++ b/include/vcl/gdimtf.hxx @@ -97,8 +97,6 @@ private: const Gradient& rGrad ); SAL_DLLPRIVATE bool ImplPlayWithRenderer( OutputDevice* pOut, const Point& rPos, Size rLogicDestSize ); - SAL_DLLPRIVATE void ImplDelegate2PluggableRenderer( const MetaCommentAction* pAct, OutputDevice* pOut ); - protected: |