summaryrefslogtreecommitdiffstats
path: root/vcl/inc/ilstbox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-27 22:31:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-28 10:22:59 +0100
commit576d7aaadaf97fd504d2e8be258a4a5b738837f3 (patch)
treeee25b3f1f6fa31ea300e65a20d13acc010d2e2b1 /vcl/inc/ilstbox.hxx
parentdocumentation: --with-system-libs also active for libexttextcat and libvisio (diff)
downloadcore-576d7aaadaf97fd504d2e8be258a4a5b738837f3.tar.gz
core-576d7aaadaf97fd504d2e8be258a4a5b738837f3.zip
drop some unused code
Diffstat (limited to 'vcl/inc/ilstbox.hxx')
-rw-r--r--vcl/inc/ilstbox.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/ilstbox.hxx b/vcl/inc/ilstbox.hxx
index 69d127a68d15..881d4fb08aab 100644
--- a/vcl/inc/ilstbox.hxx
+++ b/vcl/inc/ilstbox.hxx
@@ -608,10 +608,6 @@ public:
const Image& GetImage() const { return maImage; }
void SetImage( const Image& rImg ) { maImage = rImg; }
- sal_Bool SetModeImage( const Image& rImage );
- const Image& GetModeImage( ) const;
-
-
virtual void MBDown();
void SetMBDownHdl( const Link& rLink ) { maMBDownHdl = rLink; }
const Link& GetMBDownHdl() const { return maMBDownHdl; }