diff options
| author | Michael Biebl <biebl@debian.org> | 2018-06-04 00:07:45 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-06-04 00:07:45 +0200 |
| commit | 04bc9e1cd3544445d883ad29ea108c1645c8e7b7 (patch) | |
| tree | d10c354b1b980ca8a7b9e48ec9019e8ed88bde2b /clients/nm-online.c | |
| parent | ee9c73a923909e23a649407be77e25235d769e25 (diff) | |
New upstream version 1.11.4 upstream/1.11.4
Diffstat (limited to 'clients/nm-online.c')
| -rw-r--r-- | clients/nm-online.c | 4 |
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); |