From f22dd5195632a4d34f7b9b23f4fdad386477b265 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 15 Jul 2007 06:53:17 +0000 Subject: unused variable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13902 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/text_editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/text_editor.c') diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c index ee8e994ab8..5737271acd 100644 --- a/apps/plugins/text_editor.c +++ b/apps/plugins/text_editor.c @@ -216,7 +216,7 @@ enum { }; int do_item_menu(int cur_sel, char* copy_buffer) { - int m, ret = 0; + int ret = 0; MENUITEM_STRINGLIST(menu, "Line Options", NULL, "Cut/Delete", "Copy", "Insert Above", "Insert Below", -- cgit v1.2.3