From 6b90d5f5067718155f93b8d5f3f4f5c8544c1838 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 06 Nov 2017 15:56:51 -0500 Subject: src/main.c: Don't set default profile ID --- (limited to 'src') diff --git a/src/main.c b/src/main.c index b48886f..7b18027 100644 --- a/src/main.c +++ b/src/main.c @@ -31,7 +31,7 @@ extern const char *PACKAGE_VERSION_GIT; -static const gchar *opt_profile = "default"; +static const gchar *opt_profile; static gboolean opt_version; static const gchar **opt_uris; -- cgit v0.9.1