summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2012-02-17 18:07:24 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-02-17 17:37:17 +0000
commit69eede0409987c0e34a3ff1000520bdf249fb150 (patch)
tree506027d960bddf7122624e7646e7e4f838a0e4be /vcl/inc
parentc04e865ff6b48d49d7ae73479710f255135d80a6 (diff)
Remove unused code.
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/button.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/vcl/button.hxx b/vcl/inc/vcl/button.hxx
index 85f3f54652f5..2cda341cf34f 100644
--- a/vcl/inc/vcl/button.hxx
+++ b/vcl/inc/vcl/button.hxx
@@ -176,7 +176,6 @@ public:
void SetSymbol( SymbolType eSymbol );
SymbolType GetSymbol() const { return meSymbol; }
void SetSymbolAlign( SymbolAlign eAlign );
- SymbolAlign GetSymbolAlign() const;
void SetDropDown( sal_uInt16 nStyle );
sal_uInt16 GetDropDown() const { return mnDDStyle; }