diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-28 09:22:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-28 09:50:33 +0100 |
commit | 6a39fdf81fa561a587b9b9c6a28ba2891f448563 (patch) | |
tree | 22550852b3b9c4d01624f4985cf62da604a8271d /svtools | |
parent | 4bd317f845c2f3470c7fc354e478be08c2949e0c (diff) |
callcatcher: update unused code
Change-Id: I6cb74836f98d7507359f39e1fd03a1462b2e0c31
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/treelistbox.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx index e165ace86b84..29956ca9d09b 100644 --- a/svtools/source/contnr/treelistbox.cxx +++ b/svtools/source/contnr/treelistbox.cxx @@ -3817,18 +3817,6 @@ void SvTreeListBox::EnableContextMenuHandling( void ) pImp->bContextMenuHandling = true; } -void SvTreeListBox::EnableContextMenuHandling( bool b ) -{ - assert(pImp && "-SvTreeListBox::EnableContextMenuHandling(): No implementation!"); - pImp->bContextMenuHandling = b; -} - -bool SvTreeListBox::IsContextMenuHandlingEnabled( void ) const -{ - assert(pImp && "-SvTreeListBox::IsContextMenuHandlingEnabled(): No implementation!"); - return pImp->bContextMenuHandling; -} - void SvTreeListBox::EnableList( bool _bEnable ) { // call base class method |