diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-24 20:00:14 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-24 20:00:14 +0000 |
| commit | 67a8312ad1a5b8ef5f60e63ca464013e5a3adeaf (patch) | |
| tree | ac01534adb78b5e055c57c3ee27e9e7bb14b293f /src/ui/widget/preferences-widget.cpp | |
| parent | Remove pointer (diff) | |
| download | inkscape-67a8312ad1a5b8ef5f60e63ca464013e5a3adeaf.tar.gz inkscape-67a8312ad1a5b8ef5f60e63ca464013e5a3adeaf.zip | |
Fix a wrongy commit
Diffstat (limited to 'src/ui/widget/preferences-widget.cpp')
| -rw-r--r-- | src/ui/widget/preferences-widget.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/widget/preferences-widget.cpp b/src/ui/widget/preferences-widget.cpp index 108d621c7..7e9335a8a 100644 --- a/src/ui/widget/preferences-widget.cpp +++ b/src/ui/widget/preferences-widget.cpp @@ -176,11 +176,6 @@ void PrefCheckButton::on_toggled() } } -void PrefButton::init(Glib::ustring const &label) -{ - this->set_label(label); -} - void PrefRadioButton::init(Glib::ustring const &label, Glib::ustring const &prefs_path, Glib::ustring const &string_value, bool default_value, PrefRadioButton* group_member) { |
