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:
@@ -106,30 +106,6 @@ void RDCatchConnect::reloadDropboxes()
|
||||
}
|
||||
|
||||
|
||||
void RDCatchConnect::reset()
|
||||
{
|
||||
SendCommand("RS!");
|
||||
}
|
||||
|
||||
|
||||
void RDCatchConnect::reload()
|
||||
{
|
||||
SendCommand("RD!");
|
||||
}
|
||||
|
||||
|
||||
void RDCatchConnect::refresh()
|
||||
{
|
||||
SendCommand("RE 0!");
|
||||
}
|
||||
|
||||
|
||||
void RDCatchConnect::reloadOffset()
|
||||
{
|
||||
SendCommand("RO!");
|
||||
}
|
||||
|
||||
|
||||
void RDCatchConnect::stop(int deck)
|
||||
{
|
||||
SendCommand(QString::asprintf("SR %d!",deck));
|
||||
|
@@ -50,10 +50,6 @@ class RDCatchConnect : public QObject
|
||||
void reloadDropboxes();
|
||||
|
||||
public slots:
|
||||
void reset();
|
||||
void reload();
|
||||
void refresh();
|
||||
void reloadOffset();
|
||||
void stop(int deck);
|
||||
void monitor(int deck,bool state);
|
||||
void toggleMonitor(int deck);
|
||||
|
Reference in New Issue
Block a user