]> git.sur5r.net Git - i3/i3/blobdiff - src/main.c
load_configuration: Remove conn argument
[i3/i3] / src / main.c
index 0db5b44076a88c5e35bd54379409291122b8d820..d7d7530a968ebc527d1ca60a13bb8241328cd71f 100644 (file)
@@ -586,7 +586,7 @@ int main(int argc, char *argv[]) {
 #include "atoms.xmacro"
 #undef xmacro
 
-    load_configuration(conn, override_configpath, false);
+    load_configuration(override_configpath, false);
 
     if (config.ipc_socket_path == NULL) {
         /* Fall back to a file name in /tmp/ based on the PID */