mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +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:
@@ -378,13 +378,6 @@ MainObject::MainObject(QObject *parent)
|
||||
::signal(SIGTERM,SigHandler);
|
||||
::signal(SIGCHLD,SigHandler);
|
||||
|
||||
//
|
||||
// Start Heartbeat Timer
|
||||
//
|
||||
timer=new QTimer(this);
|
||||
connect(timer,SIGNAL(timeout()),this,SLOT(heartbeatData()));
|
||||
timer->start(RDCATCHD_HEARTBEAT_INTERVAL);
|
||||
|
||||
//
|
||||
// Meter Timer
|
||||
//
|
||||
@@ -1273,12 +1266,6 @@ void MainObject::freeEventsData()
|
||||
}
|
||||
|
||||
|
||||
void MainObject::heartbeatData()
|
||||
{
|
||||
BroadcastCommand("HB!");
|
||||
}
|
||||
|
||||
|
||||
void MainObject::sysHeartbeatData()
|
||||
{
|
||||
RDCart *cart=new RDCart(catch_heartbeat_cart);
|
||||
|
Reference in New Issue
Block a user