Index: /trunk/BNC/bncmodel.cpp
===================================================================
--- /trunk/BNC/bncmodel.cpp	(revision 2798)
+++ /trunk/BNC/bncmodel.cpp	(revision 2799)
@@ -204,19 +204,4 @@
   _ellBanc.ReSize(3); _ellBanc = 0.0;
 
-  if (_usePhase && 
-      Qt::CheckState(settings.value("pppGLONASS").toInt()) == Qt::Checked) {
-    _useGlonass = true;
-  }
-  else {
-    _useGlonass = false;
-  }
-
-  if ( Qt::CheckState(settings.value("pppGalileo").toInt()) == Qt::Checked) {
-    _useGalileo = true;
-  }
-  else {
-    _useGalileo = false;
-  }
-
   int nextPar = 0;
   _params.push_back(new bncParam(bncParam::CRD_X,  ++nextPar, ""));
@@ -227,5 +212,5 @@
     _params.push_back(new bncParam(bncParam::TROPO, ++nextPar, ""));
   }
-  if (_useGalileo) {
+  if ( Qt::CheckState(settings.value("pppGalileo").toInt()) == Qt::Checked) {
     _params.push_back(new bncParam(bncParam::GALILEO_OFFSET, ++nextPar, ""));
   }
Index: /trunk/BNC/bncmodel.h
===================================================================
--- /trunk/BNC/bncmodel.h	(revision 2798)
+++ /trunk/BNC/bncmodel.h	(revision 2799)
@@ -139,6 +139,4 @@
   QFile*                _nmeaFile;
   QTextStream*          _nmeaStream;
-  bool                  _useGlonass;
-  bool                  _useGalileo;
   QMap<QString, double> _windUpTime;
   QMap<QString, double> _windUpSum;
