Commit fc0ebe98 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

remove inaccurate comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2457 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent dcb4e3a6
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment