fixed warnings in rtgui/checkbox

This commit is contained in:
Alberto Griggio
2017-04-01 15:37:07 +02:00
parent 7f05567edf
commit 94685212b0
2 changed files with 0 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ CheckBox::CheckBox (Glib::ustring label, bool const& multiImageVal)
: Gtk::CheckButton (label)
, listener (nullptr)
, lastActive (false)
, inBatchMode (false)
, multiImage (multiImageVal)
{
conn = signal_toggled().connect( sigc::mem_fun(*this, &CheckBox::buttonToggled) );