mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
GUI: remove pointless comment in find/replace
This commit is contained in:
parent
56b56ebdde
commit
d911c8eeab
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue