diff --git a/ChangeLog b/ChangeLog index 8328f039..03021da5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23791,3 +23791,5 @@ 2022-12-13 Fred Gleason * Fixed a bug in 'RDLog::create()' that threw a SQL error when attempting to create a log with a name that already existed. +2022-12-13 Fred Gleason + * Purged vestigal code from rdlogedit(1). diff --git a/rdlogedit/rdlogedit.cpp b/rdlogedit/rdlogedit.cpp index 1b8cdba2..08c5e3bc 100644 --- a/rdlogedit/rdlogedit.cpp +++ b/rdlogedit/rdlogedit.cpp @@ -252,12 +252,6 @@ void MainWidget::userData() } -void MainWidget::recentData(bool state) -{ - // RefreshList(); -} - - void MainWidget::addData() { QString logname; diff --git a/rdlogedit/rdlogedit.h b/rdlogedit/rdlogedit.h index 7fe0ce30..1eb79635 100644 --- a/rdlogedit/rdlogedit.h +++ b/rdlogedit/rdlogedit.h @@ -54,7 +54,6 @@ class MainWidget : public RDMainWindow private slots: void caeConnectedData(bool state); void userData(); - void recentData(bool state); void addData(); void editData(); void deleteData();