Index: /trunk/BNS/bnswindow.cpp
===================================================================
--- /trunk/BNS/bnswindow.cpp	(revision 976)
+++ /trunk/BNS/bnswindow.cpp	(revision 977)
@@ -138,7 +138,4 @@
   _ephPortLineEdit  = new QLineEdit(settings.value("ephPort").toString());
   _ephPortLineEdit->setWhatsThis(tr("BNS reads Broadcast Ephemeris in RINEX Version 3 Navigation file format from an IP address. Specify the IP port e.g. of a BNC installation providing this information."));
-  _ephProxyCheckBox  = new QCheckBox();
-  _ephProxyCheckBox->setCheckState(Qt::CheckState(settings.value("ephProxy").toInt()));
-  _ephProxyCheckBox->setWhatsThis(tr("If a proxy server is operated between BNS and the server providing Broadcast Ephemeris, you may need to use the proxy server settings you have specified. Tick 'Use proxy' to activate them for stream access."));
   _ephPortLineEdit->setMaximumWidth(9*ww);
 
@@ -147,7 +144,4 @@
   _clkPortLineEdit  = new QLineEdit(settings.value("clkPort").toString());
   _clkPortLineEdit->setWhatsThis(tr("BNS reads Clocks & Orbits referring to the IGS system (X,Y,Z, ECEF) in plain ASCII format from an IP address. Specify the IP port e.g. of a RTNet installation providing this information."));
-  _clkProxyCheckBox  = new QCheckBox();
-  _clkProxyCheckBox->setCheckState(Qt::CheckState(settings.value("clkProxy").toInt()));
-  _clkProxyCheckBox->setWhatsThis(tr("If a proxy server is operated between BNS and the server providing Clocks & Orbits, you may need to use the proxy server settings you have specified. Tick 'Use proxy' to activate them for stream access."));
   _clkFileLineEdit    = new QLineEdit(settings.value("clkFile").toString());
   _clkFileLineEdit->setWhatsThis(tr("Specify the full path to a file where incoming IGS Clocks & Orbits are saved. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that incoming Clocks & Orbits corrections are not saved."));
@@ -166,7 +160,4 @@
   _passwordLineEdit->setMaximumWidth(9*ww);
   _passwordLineEdit->setEchoMode(QLineEdit::Password);
-  _outProxyCheckBox  = new QCheckBox();
-  _outProxyCheckBox->setCheckState(Qt::CheckState(settings.value("outProxy").toInt()));
-  _outProxyCheckBox->setWhatsThis(tr("If a proxy server is operated between BNS and the NTRIP Broadcaster, you may need to use the proxy server settings you have specified. Tick 'Use proxy' to activate them for stream upload."));
   _outFileLineEdit    = new QLineEdit(settings.value("outFile").toString());
   _outFileLineEdit->setWhatsThis(tr("Specify the full path to a file where outgoing clock and orbit corrections to Broadcast Ephemeris are saved. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that outgoing corrections are not saved."));
@@ -267,6 +258,4 @@
   layout_inp->addWidget(new QLabel("Port"),            0, 3, Qt::AlignLeft);
   layout_inp->addWidget(_ephPortLineEdit,              0, 4);
-  layout_inp->addWidget(new QLabel("Use proxy"),       0, 5, Qt::AlignLeft);
-  layout_inp->addWidget(_ephProxyCheckBox,             0, 6); 
   layout_inp->addWidget(new QLabel("Clocks & Orbits"), 1, 0, Qt::AlignLeft);
   layout_inp->addWidget(new QLabel("Host"),            1, 1, Qt::AlignRight);
@@ -274,6 +263,4 @@
   layout_inp->addWidget(new QLabel("Port"),            1, 3, Qt::AlignLeft);
   layout_inp->addWidget(_clkPortLineEdit,              1, 4);
-  layout_inp->addWidget(new QLabel("Use proxy"),       1, 5, Qt::AlignLeft);
-  layout_inp->addWidget(_clkProxyCheckBox,             1, 6); 
   layout_inp->addWidget(new QLabel("Save Clocks & Orbits"), 2, 0, Qt::AlignLeft);
   layout_inp->addWidget(new QLabel("(full path)"), 2, 1, Qt::AlignRight);
@@ -300,8 +287,6 @@
   layout_cas->addWidget(new QLabel("Password"),   1, 3, Qt::AlignLeft);
   layout_cas->addWidget(_passwordLineEdit,        1, 4);
-  layout_cas->addWidget(new QLabel("Use proxy"),  2, 0, Qt::AlignLeft);
-  layout_cas->addWidget(_outProxyCheckBox,        2, 1); 
-  layout_cas->addWidget(new QLabel("Save stream (full path)"), 3, 0, Qt::AlignLeft);
-  layout_cas->addWidget(_outFileLineEdit,         3, 1);
+  layout_cas->addWidget(new QLabel("Save stream (full path)"), 2, 0, Qt::AlignLeft);
+  layout_cas->addWidget(_outFileLineEdit,         2, 1);
   layout_cas->addWidget(new QLabel("Stream upload of clock and orbit corrections to NTRIP broadcaster."),4, 0, 1, 2, Qt::AlignLeft);
 
@@ -457,12 +442,9 @@
   settings.setValue("ephHost",    _ephHostLineEdit->text());
   settings.setValue("ephPort",    _ephPortLineEdit->text());
-  settings.setValue("ephProxy",   _ephProxyCheckBox->checkState());
   settings.setValue("clkHost",    _clkHostLineEdit->text());
   settings.setValue("clkPort",    _clkPortLineEdit->text());
-  settings.setValue("clkProxy",   _clkProxyCheckBox->checkState());
   settings.setValue("clkFile",    _clkFileLineEdit->text());
   settings.setValue("outHost",    _outHostLineEdit->text());
   settings.setValue("outPort",    _outPortLineEdit->text());
-  settings.setValue("outProxy",   _outProxyCheckBox->checkState());
   settings.setValue("mountpoint", _mountpointLineEdit->text());
   settings.setValue("outFile",    _outFileLineEdit->text());
Index: /trunk/BNS/bnswindow.h
===================================================================
--- /trunk/BNS/bnswindow.h	(revision 976)
+++ /trunk/BNS/bnswindow.h	(revision 977)
@@ -77,7 +77,4 @@
   QSpinBox*  _sp3SamplSpinBox;
   QCheckBox* _fileAppendCheckBox;
-  QCheckBox* _outProxyCheckBox;
-  QCheckBox* _ephProxyCheckBox;
-  QCheckBox* _clkProxyCheckBox;
 
   QTextEdit*  _log;
