removed unused variable custom_tempBias

This commit is contained in:
Alberto Griggio
2017-02-16 16:21:38 +01:00
parent ea0bf12347
commit 1b30493bd7
2 changed files with 0 additions and 16 deletions

View File

@@ -77,12 +77,10 @@ protected:
int custom_temp;
double custom_green;
double custom_equal;
double custom_tempBias;
void cache_customWB (int temp, double green); //cache custom WB setting to allow its recall
void cache_customTemp (int temp); //cache Temperature only to allow its recall
void cache_customGreen (double green); //cache Green only to allow its recall
void cache_customEqual (double equal); //cache Equal only to allow its recall
void cache_customTempBias (double tempBias); //cache TempBias only to allow its recall
int setActiveMethod (Glib::ustring label);
int _setActiveMethod (Glib::ustring &label, Gtk::TreeModel::Children &children);