Index: trunk/BNC/src/bncephuser.cpp
===================================================================
--- trunk/BNC/src/bncephuser.cpp	(revision 9328)
+++ trunk/BNC/src/bncephuser.cpp	(revision 9332)
@@ -158,7 +158,5 @@
   }
 
-  if ( (ephOld == 0) ||
-       newEph->isNewerThan(ephOld) ||
-       newCorrectedGpsEphSet(newEph)  ) {
+  if ( (ephOld == 0) || newEph->isNewerThan(ephOld)) {
     checkEphemeris(newEph, realTime);
     eph->setCheckState(newEph->checkState());
@@ -338,5 +336,5 @@
 }
 
-//
+/*
 ////////////////////////////////////////////////////////////////////////////
 bool bncEphUser::newCorrectedGpsEphSet(const t_eph* eph) {
@@ -380,3 +378,3 @@
 
   return false;
-}
+}*/
Index: trunk/BNC/src/bncephuser.h
===================================================================
--- trunk/BNC/src/bncephuser.h	(revision 9328)
+++ trunk/BNC/src/bncephuser.h	(revision 9332)
@@ -75,5 +75,5 @@
  private:
   void checkEphemeris(t_eph* eph, bool realTime);
-  bool newCorrectedGpsEphSet(const t_eph* eph);
+  //bool newCorrectedGpsEphSet(const t_eph* eph);
   QMutex                             _mutex;
   static const unsigned              _maxQueueSize = 6;
