.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_remove_config_section" "3" "" "Allegro reference manual" "" .SH NAME al_remove_config_section \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_remove_config_section(ALLEGRO_CONFIG *config, char const *section) .EE .SH DESCRIPTION Remove a section of a configuration. .PP Returns true if the section was removed, or false if the section did not exist. .SH SINCE 5.1.5