about summary refs log tree commit diff
path: root/clients/nm-online.c
diff options
context:
space:
mode:
authorIain Lane <iain@orangesquash.org.uk>2018-09-24 09:29:55 +0100
committerIain Lane <iain@orangesquash.org.uk>2018-09-24 09:29:55 +0100
commite152ec7bf4ba252ff9d3eb13eabd417b931dac9a (patch)
treec323cf856ee0bb8e44590670dd54c19653a55748 /clients/nm-online.c
parentee9c73a923909e23a649407be77e25235d769e25 (diff)
Import Upstream version 1.12.2
Diffstat (limited to 'clients/nm-online.c')
-rw-r--r--clients/nm-online.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/clients/nm-online.c b/clients/nm-online.c
index ee0b5249..77a11321 100644
--- a/clients/nm-online.c
+++ b/clients/nm-online.c
@@ -38,8 +38,6 @@
 #include <getopt.h>
 #include <locale.h>
 
-#include "NetworkManager.h"
-
 #define PROGRESS_STEPS 15
 
 #define EXIT_FAILURE_OFFLINE     1
@@ -246,8 +244,6 @@ main (int argc, char *argv[])
 	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 	textdomain (GETTEXT_PACKAGE);
 
-	nm_g_type_init ();
-
 	data.start_timestamp_ms = _now_ms ();
 
 	opt_ctx = g_option_context_new (NULL);