Index: /trunk/BNC/bnc.pro
===================================================================
--- /trunk/BNC/bnc.pro	(revision 3556)
+++ /trunk/BNC/bnc.pro	(revision 3557)
@@ -2,6 +2,6 @@
 # Switch to debug configuration
 # -----------------------------
-CONFIG -= release
-CONFIG += debug
+CONFIG -= debug
+CONFIG += release
 
 
Index: /trunk/BNC/bnctime.h
===================================================================
--- /trunk/BNC/bnctime.h	(revision 3556)
+++ /trunk/BNC/bnctime.h	(revision 3557)
@@ -19,7 +19,4 @@
   unsigned int gpsw()   const;
   double       gpssec() const;
-  unsigned long longSec() {
-    return (unsigned long) gpsw() * 604800UL + (unsigned long) gpssec();
-  }
   void         civil_date (unsigned int& year, unsigned int& month,
                            unsigned int& day) const;
