Remove call to removed method

Nathan Sobo created

Change summary

crates/go_to_line2/src/go_to_line.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/go_to_line2/src/go_to_line.rs 🔗

@@ -4,7 +4,6 @@ use workspace::ModalRegistry;
 actions!(Toggle);
 
 pub fn init(cx: &mut AppContext) {
-    cx.register_action_type::<Toggle>();
     cx.global_mut::<ModalRegistry>()
         .register_modal(Toggle, |_, cx| {
             // if let Some(editor) = workspace