load_configuration: Remove conn argument

This commit is contained in:
Orestis Floros
2019-03-29 02:15:49 +02:00
parent f9c4011691
commit 4a2cacebf6
4 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,7 @@ bool parse_configuration(const char *override_configpath, bool use_nagbar) {
* configuration file.
*
*/
void load_configuration(xcb_connection_t *conn, const char *override_configpath, bool reload) {
void load_configuration(const char *override_configpath, bool reload) {
if (reload) {
/* If we are currently in a binding mode, we first revert to the
* default since we have no guarantee that the current mode will even