Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9494)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 9496)
@@ -315,17 +315,4 @@
   retVal = sqrt(retVal);
 
-  // De-Weight GLONASS
-  // -----------------
-  if (_prn.system() == 'R' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) {
-    retVal *= 5.0;
-  }
-
-  // De-Weight BDS
-  // -------------
-  if (_prn.system() == 'C' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) {
-    retVal *= 5.0;
-  }
-
-
   // Elevation-Dependent Weighting
   // -----------------------------
@@ -366,12 +353,4 @@
 
   retVal = sqrt(retVal);
-
-  if (_prn.system() == 'R' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) {
-    retVal *= 2.0;
-  }
-
-  if (_prn.system() == 'C' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) {
-    retVal *= 2.0;
-  }
 
   return retVal;
