diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-27 02:57:35 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-27 03:14:45 +0100 |
commit | 646daee253b69404591c006ec6e717b6660af30b (patch) | |
tree | 6f844b932c6e10ffb054276138643c504208fa22 /vcl | |
parent | c52851bf5603136fb58b828ff9e848aa0cdfbef0 (diff) |
kill some unused inlines
Change-Id: I17160b264b547067c694dd268eb0d3bd1086565d
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/settings.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index 3749e56377c8..d8b1ce5807c8 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -834,14 +834,6 @@ void StyleSettings::CopyData() // ----------------------------------------------------------------------- -inline sal_Bool ImplIsBackOrWhite( const Color& rColor ) -{ - sal_uInt8 nLuminance = rColor.GetLuminance(); - return ( nLuminance < 8 ) || ( nLuminance > 250 ); -} - -// ----------------------------------------------------------------------- - sal_Bool StyleSettings::operator ==( const StyleSettings& rSet ) const { if ( mpData == rSet.mpData ) |