repl: Remove unused repl_panel::ToggleFocus action (#14983)

This PR removes the `repl_panel::ToggleFocus` action, as we don't need
it anymore.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-22 16:45:04 -04:00 committed by GitHub
parent 2a69420c42
commit 4227a3d3e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,6 @@ actions!(
RefreshKernelspecs
]
);
actions!(repl_panel, [ToggleFocus]);
pub fn init(cx: &mut AppContext) {
cx.observe_new_views(