summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-13 21:12:44 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-13 21:51:08 +0000
commitefc05c0a1ecac549c8340a8f9ec4e47556569adc (patch)
tree3e1191299b418b5cdf9761db950ee4e5a30e6966 /canvas
parent577b4e499b870a8afd56f2d9ac1fe0313162bf8d (diff)
remove various crutches for boost::bind/boost::mem_fn
These aren't used any more, and the C++11 std equivalents don't use get_pointer() overloads. Change-Id: Ib97a6a595863e21a1621c63709ea2b28f6550fde Reviewed-on: https://gerrit.libreoffice.org/24982 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/directx/dx_winstuff.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/canvas/source/directx/dx_winstuff.hxx b/canvas/source/directx/dx_winstuff.hxx
index 021f82798b18..88929f41f53b 100644
--- a/canvas/source/directx/dx_winstuff.hxx
+++ b/canvas/source/directx/dx_winstuff.hxx
@@ -151,11 +151,6 @@ namespace dxcanvas
T* mp;
};
- // get_pointer() enables boost::mem_fn to recognize COMReference
- template<class T> inline T * get_pointer(COMReference<T> const& p)
- {
- return p.get();
- }
}