From 91e1eb0a683e054c07e1089d12174a46d4bb533b Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Fri, 17 Jan 2025 18:38:04 +0100 Subject: [PATCH] remove: remove obsolete commented code Signed-off-by: Patrizio Bekerle --- src/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8fe061e0ba..74beb8f1eb 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -8956,7 +8956,6 @@ void MainWindow::moveSelectedNotesToNoteSubFolder(const NoteSubFolder ¬eSubFo // tag the note again for (const Tag &tag : tags) { tag.linkToNote(note); - // tag.linkToNote(note); } // handle the replacing of all note links from other notes