diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-07 08:52:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-07 10:22:17 +0000 |
commit | f4f2ba8dd15fde198556d37cd0e1577b84985282 (patch) | |
tree | b6e60265ba2441b8cd7a9b46ba2e91ea42b2acae /include/vcl | |
parent | 3ef2725a8d9a15b585066e43384788a79fb4aef6 (diff) |
callcatcher: update unused code
Change-Id: I6487e6ede0a50d88a4f8c3d3b07bdad2603aa4b4
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/morebtn.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/morebtn.hxx b/include/vcl/morebtn.hxx index 432aea8be69f..bb1b1b99f211 100644 --- a/include/vcl/morebtn.hxx +++ b/include/vcl/morebtn.hxx @@ -70,9 +70,6 @@ public: void SetText( const OUString& rNewText ); OUString GetText() const; - - void SetMoreText( const OUString& rNewText ); - void SetLessText( const OUString& rNewText ); }; inline void MoreButton::SetState( bool bNewState ) |