summaryrefslogtreecommitdiff
path: root/include/vcl/combobox.hxx
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 /include/vcl/combobox.hxx
parentb6588bd7c831ce88a29131ca7ea8d3f3e082564e (diff)
callcatcher: update unused code
Change-Id: I0d7f204473bd5fcddf2342850a16194fdb385c13
Diffstat (limited to 'include/vcl/combobox.hxx')
-rw-r--r--include/vcl/combobox.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx
index b9bde8c2b1bb..2fa396cfaf57 100644
--- a/include/vcl/combobox.hxx
+++ b/include/vcl/combobox.hxx
@@ -179,7 +179,6 @@ public:
OUString GetMRUEntries( sal_Unicode cSep = ';' ) const;
void SetMaxMRUCount( sal_Int32 n );
sal_Int32 GetMaxMRUCount() const;
- sal_Int32 GetMRUCount() const;
void SetEntryData( sal_Int32 nPos, void* pNewData );
void* GetEntryData( sal_Int32 nPos ) const;