Yeah, delete the unused string too.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4692 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Benno Schulenberg 2014-03-27 21:41:12 +00:00
parent 91ee10a3f9
commit 803c478e88
1 changed files with 0 additions and 3 deletions

View File

@ -576,9 +576,6 @@ void shortcut_init(bool unjustify)
const char *fulljstify_msg = N_("FullJstify"); const char *fulljstify_msg = N_("FullJstify");
#endif #endif
const char *refresh_msg = N_("Refresh"); 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 *go_to_line_msg = N_("Go To Line");
const char *spell_msg = N_("To Spell"); const char *spell_msg = N_("To Spell");
#ifdef ENABLE_COLOR #ifdef ENABLE_COLOR