summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index b86e911..a06abf0 100644
--- a/main.c
+++ b/main.c
@@ -5,7 +5,6 @@
#include <getopt.h>
#include "gui.h"
-#include "xmpp.h"
// configuration struct for all command line options
@@ -60,7 +59,6 @@ int main(int argc, char* argv[]) {
if (opts.unknown || opts.help) {
print_help();
} else {
- xmpp_connect();
gui_run();
}