Skip to content

Commit c2c6921

Browse files
committed
🔥
1 parent 198a854 commit c2c6921

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

crates/editor2/src/editor.rs

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -387,26 +387,6 @@ actions!(
387387
UnfoldLines,
388388
);
389389

390-
// impl_actions!(
391-
// editor,
392-
// [
393-
// SelectNext,
394-
// SelectPrevious,
395-
// SelectAllMatches,
396-
// SelectToBeginningOfLine,
397-
// SelectToEndOfLine,
398-
// ToggleCodeActions,
399-
// MovePageUp,
400-
// MovePageDown,
401-
// ConfirmCompletion,
402-
// ConfirmCodeAction,
403-
// ToggleComments,
404-
// FoldAt,
405-
// UnfoldAt,
406-
// GutterHover
407-
// ]
408-
// );
409-
410390
enum DocumentHighlightRead {}
411391
enum DocumentHighlightWrite {}
412392
enum InputComposition {}

0 commit comments

Comments
 (0)