From 9d2745e462eabafcab51e04ec9ad225a13cf9a6f Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 18 Oct 2015 00:17:45 +0100 Subject: Removed --disable-tls command line option --- src/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 49e1defc..42730049 100644 --- a/src/main.c +++ b/src/main.c @@ -42,7 +42,6 @@ #include "profanity.h" #include "command/command.h" -static gboolean disable_tls = FALSE; static gboolean version = FALSE; static char *log = "INFO"; static char *account_name = NULL; @@ -58,7 +57,6 @@ main(int argc, char **argv) static GOptionEntry entries[] = { { "version", 'v', 0, G_OPTION_ARG_NONE, &version, "Show version information", NULL }, - { "disable-tls", 'd', 0, G_OPTION_ARG_NONE, &disable_tls, "Disable TLS", NULL }, { "account", 'a', 0, G_OPTION_ARG_STRING, &account_name, "Auto connect to an account on startup" }, { "log",'l', 0, G_OPTION_ARG_STRING, &log, "Set logging levels, DEBUG, INFO (default), WARN, ERROR", "LEVEL" }, { NULL } @@ -137,7 +135,7 @@ main(int argc, char **argv) return 0; } - prof_run(disable_tls, log, account_name); + prof_run(log, account_name); return 0; } -- cgit 1.4.1-2-gfad0