From c5d3ebebc85c0adbb0062644ef9386fff036fb79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 7 Oct 2021 22:57:09 +0200 Subject: [PATCH] Remove commented code --- YACReaderLibrary/library_window.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/YACReaderLibrary/library_window.cpp b/YACReaderLibrary/library_window.cpp index c148745b..a1088e99 100644 --- a/YACReaderLibrary/library_window.cpp +++ b/YACReaderLibrary/library_window.cpp @@ -455,8 +455,6 @@ void LibraryWindow::doModels() // lists listsModel = new ReadingListModel(this); listsModelProxy = new ReadingListModelProxy(this); - - // setSearchFilter(YACReader::NoModifiers, ""); //clear search filter } void LibraryWindow::createActions()