OSDN Git Service

英語版、未使用変数除去。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 3 Jan 2004 09:25:36 +0000 (09:25 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 3 Jan 2004 09:25:36 +0000 (09:25 +0000)
src/autopick.c

index c9e34b0..189ef08 100644 (file)
@@ -5172,7 +5172,9 @@ static bool do_editor_command(text_body_type *tb, int com_id)
                if (0 < tb->cx)
                {
                        int len;
+#ifdef JP
                        int i;
+#endif
 
                        tb->cx--;
                        len = strlen(tb->lines_list[tb->cy]);