Clean up config loading and launch wayland

This commit is contained in:
Drew DeVault 2015-08-05 22:59:06 -04:00
parent e7a8868514
commit 47b28bd335
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,6 @@ void load_config() {
int main(int argc, char **argv) {
load_config();
return 0;
static struct wlc_interface interface = { };
if (!wlc_init(&interface, argc, argv)) {