GUI: remove pointless comment in find/replace

This commit is contained in:
tildearrow 2022-06-17 02:42:55 -05:00
parent 56b56ebdde
commit d911c8eeab
1 changed files with 0 additions and 5 deletions

View File

@ -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;