Remove unused Int32HashCode
Change-Id: I0f43db050155b231dda8f78ed8f8144609c7125b
This commit is contained in:
parent
031d314eae
commit
a0c96b0aa8
@ -38,14 +38,6 @@ namespace framework{
|
||||
Own hash functions used for stl-structures ... e.g. hash tables/maps ...
|
||||
*/
|
||||
|
||||
struct Int32HashCode
|
||||
{
|
||||
size_t operator()( const ::sal_Int32& nValue ) const
|
||||
{
|
||||
return (size_t)nValue;
|
||||
}
|
||||
};
|
||||
|
||||
struct KeyEventHashCode
|
||||
{
|
||||
size_t operator()( const css::awt::KeyEvent& aEvent ) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user