]> git.wh0rd.org Git - nano.git/commit
Deleting a snippet of dead code -- the MGOTODIR menu doesn't have any
authorBenno Schulenberg <bensberg@justemail.net>
Sat, 19 Mar 2016 17:01:40 +0000 (17:01 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Sat, 19 Mar 2016 17:01:40 +0000 (17:01 +0000)
commit01888abb223e8ad044c4dfe4ffc8b543c1d31394
treeb639b3a460f86e6f3d8b7fb6bcc4aeaf35b0dab5
parent90cffe3fd0aa21836eabc29acad903392fca44d3
Deleting a snippet of dead code -- the MGOTODIR menu doesn't have any
functions that could be executed -- other than the line-edition ones,
which are executed under do_prompt().  So the latter won't return
unless either it was cancelled or an answer was given.  Also, if it
/had/ returned with a value bigger than zero, it tried to put back
the key sequence for do_gotolinecolumn_void(), which does not exist
in the MBROWSER menu, so this would not have done anything.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5744 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/browser.c