diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-12 15:00:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-12 20:21:22 +0200 |
commit | 6e21f5a6b71790b3a36f67c3915b07a5f5717bcf (patch) | |
tree | 9d0c08cf449fa574dcce1b23af30a71dac9c4376 /include/vcl/metaact.hxx | |
parent | 164ec9281aa57d52763e9622adb6e2e37d14bff8 (diff) |
loplugin:unusedmethods
Change-Id: Ifd3a1ccef68ebc4cd4e7785357e6a476f6669eb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123456
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/metaact.hxx')
-rw-r--r-- | include/vcl/metaact.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/metaact.hxx b/include/vcl/metaact.hxx index ca977a18e1e9..6d10d5d2635d 100644 --- a/include/vcl/metaact.hxx +++ b/include/vcl/metaact.hxx @@ -95,10 +95,6 @@ public: if given action requires special transparency handling */ virtual bool IsTransparent() const { return false; } - -protected: - static void ReadColor(SvStream& rIStm, ::Color& rColor); - static void WriteColor(SvStream& rIStm, ::Color aColor); }; class VCL_DLLPUBLIC MetaPixelAction final : public MetaAction |