]> git.wh0rd.org Git - nano.git/commitdiff
remove inaccurate comment
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 9 Apr 2005 03:51:00 +0000 (03:51 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 9 Apr 2005 03:51:00 +0000 (03:51 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2457 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index f5f52b17a5b0d8720cc91dcd4f678fb9c039a342..8f6dc05a4b217e7ed8a255299785d087897cfebe 100644 (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);