mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user