diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-07 09:06:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-07 09:07:23 +0100 |
commit | f72e77f4086e4c22072d5815c9a6cbebc323ba8e (patch) | |
tree | 09961b3dd92764f3a6bd9cbb594efb5f6a2eefca /starmath | |
parent | 2da59aafde97fa509a0e91afce1eebb68a3779d9 (diff) |
drop unused debugging Color
Change-Id: I02fc8f71543e7fda48fbbce131abd172c8c03259
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/dialog.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 80d39177e082..98f451341909 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -2196,9 +2196,6 @@ void SmSymDefineDialog::dispose() void SmSymDefineDialog::InitColor_Impl() { -#if OSL_DEBUG_LEVEL > 1 - Color aBC( GetDisplayBackground().GetColor() ); -#endif ColorData nBgCol = COL_WHITE, nTxtCol = COL_BLACK; bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); |