fixed warnings in rtgui/checkbox
This commit is contained in:
@@ -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) );
|
||||
|
Reference in New Issue
Block a user