Index: trunk/BNC/src/bncgetthread.cpp
===================================================================
--- trunk/BNC/src/bncgetthread.cpp	(revision 5738)
+++ trunk/BNC/src/bncgetthread.cpp	(revision 5739)
@@ -67,6 +67,4 @@
 #include "RTCM/RTCM2Decoder.h"
 #include "RTCM3/RTCM3Decoder.h"
-#include "GPSS/gpssDecoder.h"
-#include "GPSS/hassDecoder.h"
 #include "serial/qextserialport.h"
 
@@ -294,8 +292,4 @@
             this, SIGNAL(newMessage(QByteArray,bool)));
   }
-  else if (_format.indexOf("GPSS") != -1 || _format.indexOf("BNC") != -1) {
-    emit(newMessage(_staID + ": Get Data in GPSS format", true));
-    _decoder = new gpssDecoder();
-  }
   else if (_format.indexOf("ZERO") != -1) {
     emit(newMessage(_staID + ": Get data in original format", true));
@@ -305,8 +299,4 @@
     emit(newMessage(_staID + ": Get data in RTNet format", true));
     _decoder = new bncRtnetDecoder();
-  }
-  else if (_format.indexOf("HASS2ASCII") != -1) {
-    emit(newMessage(_staID + ": Get data in HASS2ASCII format", true));
-    _decoder = new hassDecoder(_staID);
   }
   else {
@@ -513,5 +503,5 @@
         // Check observation epoch
         // -----------------------
-        if (!_rawFile && !dynamic_cast<gpssDecoder*>(decoder())) {
+        if (!_rawFile) {
           int    week;
           double sec;
Index: trunk/BNC/src/src.pri
===================================================================
--- trunk/BNC/src/src.pri	(revision 5738)
+++ trunk/BNC/src/src.pri	(revision 5739)
@@ -58,5 +58,4 @@
           RTCM3/RTCM3coDecoder.h                                      \
           RTCM3/clock_and_orbit/clock_orbit_rtcm.h                    \
-          GPSS/gpssDecoder.h GPSS/hassDecoder.h                       \
           PPP/pppwidgets.h PPP/options.h PPP/pppMain.h                \
           PPP/pppThread.h
@@ -88,5 +87,4 @@
           RTCM3/RTCM3coDecoder.cpp                                    \
           RTCM3/clock_and_orbit/clock_orbit_rtcm.c                    \
-          GPSS/gpssDecoder.cpp GPSS/hassDecoder.cpp                   \
           PPP/pppwidgets.cpp PPP/options.cpp PPP/pppMain.cpp          \
           PPP/pppThread.cpp
