File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1
-
2
1
// ~ @f4_readme Ryan Fleury's 4coder Custom Layer
3
2
//
4
3
// Hello! Thank you for checking out my custom layer. This layer is a collection
@@ -644,17 +643,6 @@ CUSTOM_DOC("Fleury startup event")
644
643
def_audio_init ();
645
644
}
646
645
647
- // ~ NOTE(rjf): Initialize bindings.
648
- {
649
- String_Const_u8 bindings_file = string_u8_litexpr (" bindings.4coder" );
650
- F4_SetAbsolutelyNecessaryBindings (&framework_mapping);
651
- if (!dynamic_binding_load_from_file (app, &framework_mapping, bindings_file))
652
- {
653
- F4_SetDefaultBindings (&framework_mapping);
654
- }
655
- F4_SetAbsolutelyNecessaryBindings (&framework_mapping);
656
- }
657
-
658
646
// ~ NOTE(rjf): Initialize stylish fonts.
659
647
{
660
648
Scratch_Block scratch (app);
You can’t perform that action at this time.
0 commit comments