]> git.wh0rd.org Git - nano.git/commitdiff
Delete commented out stuff that isn't going to happen now
authorChris Allegretta <chrisa@asty.org>
Mon, 12 Feb 2001 03:26:10 +0000 (03:26 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 12 Feb 2001 03:26:10 +0000 (03:26 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@528 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

global.c

index a650c0028ec2ee8f09d724fa551535ffc4ba6d64..77af9281d62765b68c33753d88908d4b567e813e 100644 (file)
--- a/global.c
+++ b/global.c
@@ -274,16 +274,6 @@ void shortcut_init(int unjustify)
                nano_cursorpos_msg,
                0, NANO_CURSORPOS_FKEY, 0, VIEW, do_cursorpos);
 
-/*
-    if (ISSET(PICO_MODE))
-       sc_init_one(&main_list[11], NANO_GOTO_KEY, _("Goto Line"),
-                   nano_goto_msg,
-                   NANO_ALT_G, NANO_GOTO_FKEY, 0, VIEW, do_gotoline_void);
-    else
-       sc_init_one(&main_list[11], NANO_SPELL_KEY, _("To Spell"),
-               nano_spell_msg, 0, NANO_SPELL_FKEY, 0, NOVIEW, do_spell);
-*/
-
     sc_init_one(&main_list[11], NANO_SPELL_KEY, _("To Spell"),
                nano_spell_msg, 0, NANO_SPELL_FKEY, 0, NOVIEW, do_spell);
 
@@ -336,15 +326,6 @@ void shortcut_init(int unjustify)
                nano_enter_msg,
                0, KEY_ENTER, NANO_CONTROL_M, NOVIEW, do_enter_void);
 
-/*
-    if (ISSET(PICO_MODE))
-       sc_init_one(&main_list[25], NANO_GOTO_KEY, _("Goto Line"),
-                   nano_goto_msg,
-                   NANO_ALT_G, NANO_GOTO_FKEY, 0, VIEW, do_gotoline_void);
-    else
-       sc_init_one(&main_list[25], NANO_SPELL_KEY, _("To Spell"),
-               nano_spell_msg, 0, NANO_SPELL_FKEY, 0, NOVIEW, do_spell);
-*/
     sc_init_one(&main_list[25], NANO_GOTO_KEY, _("Goto Line"),
                    nano_goto_msg,
                    NANO_ALT_G, NANO_GOTO_FKEY, 0, VIEW, do_gotoline_void);