summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-14 09:27:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-14 10:11:33 +0000
commit690ce9f1b95c0bb2e8401771c376d3052009c9af (patch)
tree514eaf197e0f7a5c665c4a847505d924dbf05201 /desktop/source/deployment
parentfb0b27491dbb0186ac20574b47c904b4c44eac83 (diff)
callcatcher: more binfilter freed up methods
Change-Id: Iea3716e5c7a21f083f36ce4b8d43ae9fc85227f7
Diffstat (limited to 'desktop/source/deployment')
-rw-r--r--desktop/source/deployment/gui/descedit.cxx15
-rw-r--r--desktop/source/deployment/gui/descedit.hxx1
2 files changed, 0 insertions, 16 deletions
diff --git a/desktop/source/deployment/gui/descedit.cxx b/desktop/source/deployment/gui/descedit.cxx
index 6e7511699d95..904adf350b38 100644
--- a/desktop/source/deployment/gui/descedit.cxx
+++ b/desktop/source/deployment/gui/descedit.cxx
@@ -55,21 +55,6 @@ void DescriptionEdit::Init()
// -----------------------------------------------------------------------
-void DescriptionEdit::UpdateScrollBar()
-{
- if ( m_bIsVerticalScrollBarHidden )
- {
- ScrollBar* pVScrBar = GetVScrollBar();
- if ( pVScrBar && pVScrBar->GetVisibleSize() < pVScrBar->GetRangeMax() )
- {
- pVScrBar->Show();
- m_bIsVerticalScrollBarHidden = false;
- }
- }
-}
-
-// -----------------------------------------------------------------------
-
void DescriptionEdit::Clear()
{
SetText( String() );
diff --git a/desktop/source/deployment/gui/descedit.hxx b/desktop/source/deployment/gui/descedit.hxx
index 7c8eb3e20a25..a7a7b0cf2cbb 100644
--- a/desktop/source/deployment/gui/descedit.hxx
+++ b/desktop/source/deployment/gui/descedit.hxx
@@ -33,7 +33,6 @@ namespace dp_gui
bool m_bIsVerticalScrollBarHidden;
void Init();
- void UpdateScrollBar();
public:
DescriptionEdit( Window* pParent, const ResId& rResId );