summaryrefslogtreecommitdiffstats
path: root/include/basebmp/metafunctions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basebmp/metafunctions.hxx')
-rw-r--r--include/basebmp/metafunctions.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/basebmp/metafunctions.hxx b/include/basebmp/metafunctions.hxx
index 597e01337614..1f3f1806042a 100644
--- a/include/basebmp/metafunctions.hxx
+++ b/include/basebmp/metafunctions.hxx
@@ -210,15 +210,6 @@ template< typename T > inline T shiftRight( T v, int shift )
return shift > 0 ? v >> shift : v << (-shift);
}
-
-
-/// Replace non-std project2nd from SGI extensions
-template< typename T1, typename T2 >
-struct project2nd : public std::binary_function<T1, T2, T2>
-{
- T2 operator() (const T1&, const T2& v) const { return v; }
-};
-
} // namespace basebmp
#endif /* INCLUDED_BASEBMP_METAFUNCTIONS_HXX */