mirror of git://git.sv.gnu.org/nano.git
remove inaccurate comment
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2457 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
dcb4e3a66d
commit
fc0ebe982d
|
@ -3706,8 +3706,6 @@ int do_yesno(bool all, const char *msg)
|
|||
if (kbinput == NANO_CANCEL_KEY)
|
||||
ok = -1;
|
||||
#ifndef DISABLE_MOUSE
|
||||
/* Look, ma! We get to duplicate lots of code from
|
||||
* do_mouse()!! */
|
||||
else if (kbinput == KEY_MOUSE) {
|
||||
get_mouseinput(&mouse_x, &mouse_y, FALSE);
|
||||
|
||||
|
|
Loading…
Reference in New Issue