Index: trunk/BNC/bnctabledlg.cpp
===================================================================
--- trunk/BNC/bnctabledlg.cpp	(revision 1490)
+++ trunk/BNC/bnctabledlg.cpp	(revision 1491)
@@ -338,36 +338,4 @@
 }
 
-// Create RINEX skeleton header
-////////////////////////////////////////////////////////////////////////////
-void bncTableDlg::slotSkl() {
-
-  int nRows = _table->rowCount();
-  for (int iRow = 0; iRow < nRows; iRow++) {
-    if (_table->isItemSelected(_table->item(iRow,1))) {
-      QString staID = _table->item(iRow,0)->text();
-      QString net   = _table->item(iRow,6)->text();
-
-      QString ftpDir;
-      QStringListIterator it(_allLines);
-      while (it.hasNext()) {
-        QString line = it.next();
-        if (line.indexOf("NET") == 0) {
-          QStringList tags = line.split(';');
-          if (tags.at(1) == net) {
-            ftpDir = tags.at(6);
-            break;
-          }
-        }
-      }
-
-      if (!ftpDir.isEmpty()) {
-        QUrl url(ftpDir);
-        QMessageBox::warning(0, "Warning", url.host() + "\n" + url.path() + 
-                             "\nnot yet implemented");
-      }
-    }
-  }
-}
-
 // Whats This Help
 void bncTableDlg::slotWhatsThis() {
Index: trunk/BNC/bnctabledlg.h
===================================================================
--- trunk/BNC/bnctabledlg.h	(revision 1490)
+++ trunk/BNC/bnctabledlg.h	(revision 1491)
@@ -83,5 +83,4 @@
     QComboBox*   _ntripVersionComboBox;
 
-    QPushButton* _buttonSkl;
     QPushButton* _buttonGet;
     QPushButton* _buttonCancel;
