summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-27 02:57:35 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-27 03:14:45 +0100
commit646daee253b69404591c006ec6e717b6660af30b (patch)
tree6f844b932c6e10ffb054276138643c504208fa22 /vcl
parentc52851bf5603136fb58b828ff9e848aa0cdfbef0 (diff)
kill some unused inlines
Change-Id: I17160b264b547067c694dd268eb0d3bd1086565d
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/settings.cxx8
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 )