include/vcl/alpha.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit fa2afa041d9b1588bda9c1a7f1a3065af7175869
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Mon Jul 20 21:24:17 2020 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Tue Jul 21 08:31:43 2020 +0200

    remove unnecessary method overrides
    
    Change-Id: I83687a29c0af8096bb0cd07ee0c4e115f96d9471
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99112
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/vcl/alpha.hxx b/include/vcl/alpha.hxx
index 159c61243efa..c7ee2d715ce5 100644
--- a/include/vcl/alpha.hxx
+++ b/include/vcl/alpha.hxx
@@ -47,10 +47,6 @@ public:
     bool        operator==( const AlphaMask& rAlphaMask ) const { return 
Bitmap::operator==(rAlphaMask); }
     bool        operator!=( const AlphaMask& rAlphaMask ) const { return 
Bitmap::operator!=(rAlphaMask); }
 
-    void        SetPrefMapMode( const MapMode& rMapMode ) { 
Bitmap::SetPrefMapMode( rMapMode ); }
-
-    void        SetPrefSize( const Size& rSize ) { Bitmap::SetPrefSize( rSize 
); }
-
     Bitmap const & GetBitmap() const;
 
     void        Erase( sal_uInt8 cTransparency );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to