2021-02-14 Fred Gleason <fredg@paravelsystems.com>

* Removed dead code from rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-14 13:53:29 -05:00
parent 621888ee46
commit b3ce3a51b0
2 changed files with 2 additions and 1 deletions

View File

@@ -21121,3 +21121,5 @@
2021-02-14 Fred Gleason <fredg@paravelsystems.com>
* Reenabled the 'Import' button on the 'Scheduler Rules' dialog
in rdlogmanager(1).
2021-02-14 Fred Gleason <fredg@paravelsystems.com>
* Removed dead code from rdcatch(1).

View File

@@ -1181,7 +1181,6 @@ void MainWidget::resizeEvent(QResizeEvent *e)
int MainWidget::ShowNextEvents(int day,QTime time,QTime *next)
{
// RDListViewItem *item=NULL;
QString sql;
int count=0;
if(time.isNull()) {