2022-10-31 Fred Gleason <fredg@paravelsystems.com>

* Removed vestigal support for the 'Reload Deck List' catch
	protocol command.
	* Removed vestigal support for the 'Reload Event List' catch
	protocol command.
	* Removed vestigal support for the 'Reload Event List' catch
	protocol command.
	* Removed vestigal support for the 'Reload Time Offset' catch
	protocol command.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-10-31 08:35:17 -04:00
parent 96dc57685c
commit 811cadfd4c
7 changed files with 9 additions and 329 deletions

View File

@@ -691,7 +691,6 @@ void EditStation::okData()
station_station->setHttpStation(station_http_station_box->currentText());
station_station->setCaeStation(station_cae_station_box->currentText());
station_catch_connect->reloadHeartbeat();
station_catch_connect->reloadOffset();
//
// Allow the event loop to run so the packets get delivered
@@ -728,7 +727,6 @@ void EditStation::editDeckData()
{
EditDecks *edit_conf=new EditDecks(station_station,station_cae_station,this);
if(edit_conf->exec()==0) {
station_catch_connect->reload();
}
delete edit_conf;
}