Fix all warnings in rtgui whitebalance.cc
This commit is contained in:
@@ -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()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user