Disallow split mode working with dummy rig.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3992 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2014-04-07 23:40:32 +00:00
parent bfd4deb7c7
commit 589f0d56b5
2 changed files with 6 additions and 6 deletions
+1 -5
View File
@@ -174,13 +174,9 @@ HamlibTransceiver::HamlibTransceiver (int model_number
// rig_->state.obj = this;
if (/*!is_dummy_ &&*/ !cat_port.isEmpty () /*&& cat_port != "None"*/)
if (!cat_port.isEmpty ())
{
// #if defined (WIN32)
// set_conf ("rig_pathname", ("\\\\.\\" + cat_port).toLatin1 ().data ());
// #else
set_conf ("rig_pathname", cat_port.toLatin1 ().data ());
// #endif
}
set_conf ("serial_speed", QByteArray::number (cat_baud).data ());