Remove the 'Slotted Actions' (`use_animation_baklava`) experimental flag from the preferences RNA, in non-experimental builds. The experimental flag is already zeroed out when loading the preferences. This commit ensures that it stays zeroed out. The rest of the code assumes that the flag is always `false` in non-experimental builds. Pull Request: https://projects.blender.org/blender/blender/pulls/128483