Remove internal actions from menu crate

This commit is contained in:
Antonio Scandurra 2023-04-27 14:26:09 +02:00
parent 816eb06a7b
commit 15d83d40b0
2 changed files with 4 additions and 11 deletions

View file

@ -1,6 +1,3 @@
#[derive(Clone, PartialEq)]
pub struct SelectIndex(pub usize);
gpui::actions!(
menu,
[
@ -12,5 +9,3 @@ gpui::actions!(
SelectLast
]
);
gpui::impl_internal_actions!(menu, [SelectIndex]);