summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 53192fc211c1..54fc9a1b6c7c 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -348,10 +348,6 @@ public:
void Check( bool bCheck = true );
bool IsChecked() const { return mbChecked; }
- void SaveValue() { mbSaveValue = IsChecked(); }
- bool GetSavedValue() const { return mbSaveValue; }
- bool IsValueChangedFromSaved() const { return mbSaveValue != IsChecked(); }
-
static Image GetRadioImage( const AllSettings& rSettings, DrawButtonFlags nFlags );
Size CalcMinimumSize() const;