diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-27 22:31:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-28 10:22:59 +0100 |
commit | 576d7aaadaf97fd504d2e8be258a4a5b738837f3 (patch) | |
tree | ee25b3f1f6fa31ea300e65a20d13acc010d2e2b1 /vcl/inc/ilstbox.hxx | |
parent | cbc0073221ba1df90a56d541752bed16272906b1 (diff) |
drop some unused code
Diffstat (limited to 'vcl/inc/ilstbox.hxx')
-rw-r--r-- | vcl/inc/ilstbox.hxx | 4 |
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; } |