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

@@ -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));

View File

@@ -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);