Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit f81a256

Browse files
committed
do not re-load bindings in 4coder_fleury layer, as it is called in default_4coder_initialize
1 parent e955171 commit f81a256

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

4coder_fleury.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//~ @f4_readme Ryan Fleury's 4coder Custom Layer
32
//
43
// Hello! Thank you for checking out my custom layer. This layer is a collection
@@ -644,17 +643,6 @@ CUSTOM_DOC("Fleury startup event")
644643
def_audio_init();
645644
}
646645

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-
658646
//~ NOTE(rjf): Initialize stylish fonts.
659647
{
660648
Scratch_Block scratch(app);

0 commit comments

Comments
 (0)