[Libreoffice-commits] core.git: basebmp/inc

Stephan Bergmann sbergman at redhat.com
Mon Jan 18 06:30:57 PST 2016


 basebmp/inc/accessorfunctors.hxx |   12 ------------
 1 file changed, 12 deletions(-)

New commits:
commit b2069e246359017678bd9355387d51d7f33280d6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 18 15:30:27 2016 +0100

    XorFunctor is unused now
    
    since ff6647fc86b2c5753bbd0d10718fd9c54b2aaa43 "xor_accessor is unused now"
    
    Change-Id: If7a22831415631bfb08b41298ee4ab3788e34e5c

diff --git a/basebmp/inc/accessorfunctors.hxx b/basebmp/inc/accessorfunctors.hxx
index cae37ba..2536d50 100644
--- a/basebmp/inc/accessorfunctors.hxx
+++ b/basebmp/inc/accessorfunctors.hxx
@@ -28,18 +28,6 @@
 namespace basebmp
 {
 
-// Some common accessor functors
-
-
-
-/// combine two values via XOR
-template< typename T > struct XorFunctor : public std::binary_function<T,T,T>
-{
-    T operator()( T v1, T v2 ) const { return v1 ^ v2; }
-};
-
-
-
 /// Base class, passing on the arg types
 template< typename T, typename M > struct MaskFunctorBase :
         public TernaryFunctorBase<T,M,T,T> {};


More information about the Libreoffice-commits mailing list