summaryrefslogtreecommitdiff
path: root/src/nm-manager.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-10 16:56:21 +0200
committerThomas Haller <thaller@redhat.com>2015-08-13 10:06:42 +0200
commitb9f00dbb19de9120658c001d3e97cba67c5060f2 (patch)
tree832b5502f73dba494fa7c4f901b93d8c2d33b080 /src/nm-manager.h
parentbccc1af51b768cd5a2f9268f6cf57d5cc06a9a54 (diff)
downloadNetworkManager-b9f00dbb19de9120658c001d3e97cba67c5060f2.tar.gz
manager: remove WiMAX rfkill flag from NMManger
WiMAX support was dropped in commit 721e917cb6c3f6bea7e856aaed0cd49626887db1. Also, remove support for the WiMAX rfkill flag and only preserve the D-Bus property for backward compatibility.
Diffstat (limited to 'src/nm-manager.h')
-rw-r--r--src/nm-manager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nm-manager.h b/src/nm-manager.h
index f14e65ff3c..632cd0d0b4 100644
--- a/src/nm-manager.h
+++ b/src/nm-manager.h
@@ -79,8 +79,7 @@ GType nm_manager_get_type (void);
NMManager * nm_manager_setup (const char *state_file,
gboolean initial_net_enabled,
gboolean initial_wifi_enabled,
- gboolean initial_wwan_enabled,
- gboolean initial_wimax_enabled);
+ gboolean initial_wwan_enabled);
NMManager * nm_manager_get (void);