Fix all warnings in rtgui whitebalance.cc

This commit is contained in:
Desmis
2017-04-01 08:59:48 +02:00
parent 0a89aa31c0
commit 9bbd7a9589

View File

@@ -355,7 +355,6 @@ void WhiteBalance::adjusterChanged (Adjuster* a, double newval)
int tVal = (int)temp->getValue(); int tVal = (int)temp->getValue();
double gVal = green->getValue(); double gVal = green->getValue();
double eVal = equal->getValue(); double eVal = equal->getValue();
double tempBiasVal = tempBias->getValue();
Gtk::TreeModel::Row row = getActiveMethod(); Gtk::TreeModel::Row row = getActiveMethod();
if (row == refTreeModel->children().end()) { if (row == refTreeModel->children().end()) {