basebmp/inc/accessorfunctors.hxx | 12 ------------ 1 file changed, 12 deletions(-)
New commits: commit b2069e246359017678bd9355387d51d7f33280d6 Author: Stephan Bergmann <sberg...@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> {}; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits