From 5058e0a7ca9e389f4f41d7f0831931acf668032c Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Mon, 18 Jan 2021 09:03:40 -0500 Subject: [PATCH] 2021-01-18 Fred Gleason * Removed unused method from 'RDLibraryModel'. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ lib/rdlibrarymodel.cpp | 5 ----- lib/rdlibrarymodel.h | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 93b06065..21a7c9ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20824,3 +20824,5 @@ 2021-01-18 Fred Gleason * Fixed a regression in rdlibrary(1) that caused macro carts to get an evergreen background color. +2021-01-18 Fred Gleason + * Removed unused method from 'RDLibraryModel'. diff --git a/lib/rdlibrarymodel.cpp b/lib/rdlibrarymodel.cpp index 1a360b58..e4b7f11a 100644 --- a/lib/rdlibrarymodel.cpp +++ b/lib/rdlibrarymodel.cpp @@ -450,11 +450,6 @@ void RDLibraryModel::setFilterSql(const QString &sql) } -void RDLibraryModel::processNotification(RDNotification *notify) -{ -} - - void RDLibraryModel::updateModel(const QString &filter_sql) { QString sql; diff --git a/lib/rdlibrarymodel.h b/lib/rdlibrarymodel.h index 905d46d7..d20adbff 100644 --- a/lib/rdlibrarymodel.h +++ b/lib/rdlibrarymodel.h @@ -70,7 +70,6 @@ class RDLibraryModel : public QAbstractItemModel public slots: void setShowNotes(int state); void setFilterSql(const QString &sql); - void processNotification(RDNotification *notify); protected: void updateModel(const QString &filter_sql);