From: David Lawrence Ramsey Date: Sat, 9 Apr 2005 03:51:00 +0000 (+0000) Subject: remove inaccurate comment X-Git-Tag: v1.3.7~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fc0ebe982d4a2f62d982185190eada4d41bf0eee;p=nano.git remove inaccurate comment git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2457 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/winio.c b/src/winio.c index f5f52b17..8f6dc05a 100644 --- a/src/winio.c +++ b/src/winio.c @@ -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);