Commit 803c478e authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Yeah, delete the unused string too.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4692 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 91ee10a3
Showing with 0 additions and 3 deletions
+0 -3
...@@ -576,9 +576,6 @@ void shortcut_init(bool unjustify) ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment