From 9bbd7a95895188ceacf8ddcbd0962179b1a3cfc0 Mon Sep 17 00:00:00 2001 From: Desmis Date: Sat, 1 Apr 2017 08:59:48 +0200 Subject: [PATCH] Fix all warnings in rtgui whitebalance.cc --- rtgui/whitebalance.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/rtgui/whitebalance.cc b/rtgui/whitebalance.cc index 362d03a8d..135d30655 100644 --- a/rtgui/whitebalance.cc +++ b/rtgui/whitebalance.cc @@ -355,7 +355,6 @@ void WhiteBalance::adjusterChanged (Adjuster* a, double newval) int tVal = (int)temp->getValue(); double gVal = green->getValue(); double eVal = equal->getValue(); - double tempBiasVal = tempBias->getValue(); Gtk::TreeModel::Row row = getActiveMethod(); if (row == refTreeModel->children().end()) {