remove inaccurate comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2457 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-04-09 03:51:00 +00:00
parent dcb4e3a66d
commit fc0ebe982d
1 changed files with 0 additions and 2 deletions

View File

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