From d911c8eeabde83b593aeb43f2175de9f6f90e1b4 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 17 Jun 2022 02:42:55 -0500 Subject: [PATCH] GUI: remove pointless comment in find/replace --- src/gui/findReplace.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gui/findReplace.cpp b/src/gui/findReplace.cpp index 10fd1253..f16ccd7a 100644 --- a/src/gui/findReplace.cpp +++ b/src/gui/findReplace.cpp @@ -190,11 +190,6 @@ void FurnaceGUI::doFind() { queryViewingResults=true; } -/* issues with the find and replace function: - - can't undo - - replace notes to anything starting from C-0 to lower notes will have an octave higher, so set it to replace to C-0 it will becom C-1, b_1 will become B-0 and so on -*/ - void FurnaceGUI::doReplace() { doFind(); queryViewingResults=false;