]> git.wh0rd.org Git - nano.git/commitdiff
Yeah, delete the unused string too.
authorBenno Schulenberg <bensberg@justemail.net>
Thu, 27 Mar 2014 21:41:12 +0000 (21:41 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Thu, 27 Mar 2014 21:41:12 +0000 (21:41 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4692 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/global.c

index bc7260c05964b1508491b4830ed2635675eac088..80d0d7437df84ccf3e084fae23a30f3f5e5a45b7 100644 (file)
@@ -576,9 +576,6 @@ void shortcut_init(bool unjustify)
     const char *fulljstify_msg = N_("FullJstify");
 #endif
     const char *refresh_msg = N_("Refresh");
-#ifndef NANO_TINY
-    const char *insert_file_msg =  N_("Insert File");
-#endif
     const char *go_to_line_msg = N_("Go To Line");
     const char *spell_msg = N_("To Spell");
 #ifdef ENABLE_COLOR