summaryrefslogtreecommitdiff
path: root/vcl
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
parentcbc0073221ba1df90a56d541752bed16272906b1 (diff)
drop some unused code
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/ilstbox.hxx4
-rw-r--r--vcl/source/control/ilstbox.cxx15
2 files changed, 0 insertions, 19 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; }
diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx
index e558425308e9..df2fc0bfcd87 100644
--- a/vcl/source/control/ilstbox.cxx
+++ b/vcl/source/control/ilstbox.cxx
@@ -2774,21 +2774,6 @@ ImplWin::ImplWin( Window* pParent, WinBits nWinStyle ) :
// -----------------------------------------------------------------------
-sal_Bool ImplWin::SetModeImage( const Image& rImage )
-{
- SetImage( rImage );
- return sal_True;
-}
-
-// -----------------------------------------------------------------------
-
-const Image& ImplWin::GetModeImage( ) const
-{
- return maImage;
-}
-
-// -----------------------------------------------------------------------
-
void ImplWin::MBDown()
{
if( IsEnabled() )