suppress unused variables

This commit is contained in:
Desmis
2018-05-03 11:51:10 +02:00
parent 40506397fe
commit c297d74891
2 changed files with 0 additions and 4 deletions

View File

@@ -325,7 +325,6 @@ ICMPanel::ICMPanel() : FoldableToolPanel(this, "icm", M("TP_ICM_LABEL")), iuncha
wprimaries->set_active(5); wprimaries->set_active(5);
prifreeVBox = Gtk::manage(new Gtk::VBox()); prifreeVBox = Gtk::manage(new Gtk::VBox());
prinulHBox = Gtk::manage(new Gtk::HBox());
prigreenHBox = Gtk::manage(new Gtk::HBox()); prigreenHBox = Gtk::manage(new Gtk::HBox());
priblueHBox = Gtk::manage(new Gtk::HBox()); priblueHBox = Gtk::manage(new Gtk::HBox());
priredHBox = Gtk::manage(new Gtk::HBox()); priredHBox = Gtk::manage(new Gtk::HBox());

View File

@@ -57,8 +57,6 @@ protected:
Adjuster* pbluy; Adjuster* pbluy;
Adjuster* gamm; Adjuster* gamm;
Adjuster* slop; Adjuster* slop;
Adjuster* pnulx;
Adjuster* pnuly;
Gtk::Label* labmga; Gtk::Label* labmga;
Gtk::HBox* gabox; Gtk::HBox* gabox;
@@ -103,7 +101,6 @@ private:
Gtk::HBox* prigreenHBox; Gtk::HBox* prigreenHBox;
Gtk::HBox* priblueHBox; Gtk::HBox* priblueHBox;
Gtk::HBox* trcHBox; Gtk::HBox* trcHBox;
Gtk::HBox* prinulHBox;
Gtk::HBox* priredHBox; Gtk::HBox* priredHBox;
Gtk::CheckButton* obpc; Gtk::CheckButton* obpc;