summaryrefslogtreecommitdiff
path: root/vcl/source/window/decoview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/decoview.cxx')
-rw-r--r--vcl/source/window/decoview.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/source/window/decoview.cxx b/vcl/source/window/decoview.cxx
index 34c534e746ab..20529e4a1aa6 100644
--- a/vcl/source/window/decoview.cxx
+++ b/vcl/source/window/decoview.cxx
@@ -293,19 +293,6 @@ void ImplDrawSymbol( OutputDevice* pDev, tools::Rectangle nRect, const SymbolTyp
}
break;
- case SymbolType::ROLLDOWN:
- pDev->DrawLine( Point( nRect.Left(), nRect.Top() ),
- Point( nRect.Left(), nRect.Bottom() ) );
- pDev->DrawLine( Point( nRect.Right(), nRect.Top() ),
- Point( nRect.Right(), nRect.Bottom() ) );
- pDev->DrawLine( Point( nRect.Left(), nRect.Bottom() ),
- Point( nRect.Right(), nRect.Bottom() ) );
- [[fallthrough]];
- case SymbolType::ROLLUP:
- pDev->DrawRect( tools::Rectangle( nRect.Left(), nRect.Top(),
- nRect.Right(), nRect.Top()+n8 ) );
- break;
-
case SymbolType::CHECKMARK:
{
tools::Long n3 = nSide/3;