diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-29 12:40:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-29 15:08:43 +0200 |
commit | 34180700b2686c97cdce0b52ca9578a41a153035 (patch) | |
tree | 073f3753e4483f30efa3c7c769f23971e6a046d5 /vcl/README.GDIMetaFile | |
parent | e710170d906fcb248a5e4ff5a3a90cbf0e20003d (diff) |
loplugin:removeunusedmethods, remove unused stuff
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
Diffstat (limited to 'vcl/README.GDIMetaFile')
-rw-r--r-- | vcl/README.GDIMetaFile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/README.GDIMetaFile b/vcl/README.GDIMetaFile index bd263395aed2..d95a74a6ec87 100644 --- a/vcl/README.GDIMetaFile +++ b/vcl/README.GDIMetaFile @@ -108,19 +108,6 @@ COLOR ADJUSTMENT FUNCTIONS - GetMonochromeMtf -SPECIAL RENDERING FUNCTION - -- makePluggableRendererAction - Create a special meaaction that delegates - rendering to specified service. This factory - function creates a MetaCommentAction that - delegates rendering to the specified services, - once played back in the metafile. Takes a - renderer service name string that gets an - awt::XGraphic on instantiation, and a graphic - service name string that gets the raw data on - instantiation. - - Related classes --------------- |