summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-10 09:22:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-10 11:36:23 +0000
commit6f57b77c358571cb880df696fbd3db4c5038212a (patch)
tree77723f42caf78e1eeea5f1fa658023be4f9032ac /vcl
parentb6588bd7c831ce88a29131ca7ea8d3f3e082564e (diff)
callcatcher: update unused code
Change-Id: I0d7f204473bd5fcddf2342850a16194fdb385c13
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/combobox.cxx5
-rw-r--r--vcl/source/control/lstbox.cxx6
2 files changed, 0 insertions, 11 deletions
diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx
index adb9988653af..8dd8022724c8 100644
--- a/vcl/source/control/combobox.cxx
+++ b/vcl/source/control/combobox.cxx
@@ -1273,11 +1273,6 @@ sal_Int32 ComboBox::GetMaxMRUCount() const
return mpImplLB->GetMaxMRUCount();
}
-sal_Int32 ComboBox::GetMRUCount() const
-{
- return mpImplLB->GetEntryList()->GetMRUCount();
-}
-
sal_uInt16 ComboBox::GetDisplayLineCount() const
{
return mpImplLB->GetDisplayLineCount();
diff --git a/vcl/source/control/lstbox.cxx b/vcl/source/control/lstbox.cxx
index bf6c15b5c243..6db3350c50a9 100644
--- a/vcl/source/control/lstbox.cxx
+++ b/vcl/source/control/lstbox.cxx
@@ -1499,12 +1499,6 @@ void ListBox::SetEdgeBlending(bool bNew)
}
}
-sal_Int32 ListBox::GetMRUCount() const
-{
- return mpImplLB->GetEntryList()->GetMRUCount();
-}
-
-
MultiListBox::MultiListBox( Window* pParent, WinBits nStyle ) :
ListBox( WINDOW_MULTILISTBOX )
{