.\" Automatically generated by Pandoc 2.2.1 .\" .TH "al_remove_config_key" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_remove_config_key \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ bool\ al_remove_config_key(ALLEGRO_CONFIG\ *config,\ char\ const\ *section, \ \ \ char\ const\ *key) \f[] .fi .SH DESCRIPTION .PP Remove a key and its associated value in a section of a configuration. .PP Returns true if the entry was removed, or false if the entry did not exist. .SH SINCE .PP 5.1.5