summaryrefslogtreecommitdiff
path: root/sway/main.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2015-08-05 22:59:06 -0400
committerDrew DeVault <[email protected]>2015-08-05 22:59:06 -0400
commit47b28bd335fe279df35f746d5797a1071cb4b989 (patch)
treeb475d79248bb878f0c5060831ca8c3eb486e62fa /sway/main.c
parente7a88685145d0159b407f9493a5ae579087e8b69 (diff)
Clean up config loading and launch wayland
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c
index 96294e08..9b19a2f0 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -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)) {