diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-06 00:47:13 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-06 00:47:13 +0200 |
| commit | 45bb35bff2a8d258aff2c1d9b68cce1787c7da62 (patch) | |
| tree | e9da08b1d189befb839889185b4f3304d389a60f /libnm/nm-enum-types.h | |
| parent | d101696d539cd03172badbcde19e9a13e5707ee1 (diff) | |
| parent | 2bfb3eb7d0323e69affca154395f51d8b577414d (diff) | |
Merge tag 'upstream/1.1.93'
Upstream version 1.1.93
Diffstat (limited to 'libnm/nm-enum-types.h')
| -rw-r--r-- | libnm/nm-enum-types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libnm/nm-enum-types.h b/libnm/nm-enum-types.h index 93d9eb8e..451c6964 100644 --- a/libnm/nm-enum-types.h +++ b/libnm/nm-enum-types.h @@ -16,8 +16,6 @@ GType nm_client_permission_result_get_type (void) G_GNUC_CONST; #define NM_TYPE_CLIENT_PERMISSION_RESULT (nm_client_permission_result_get_type ()) GType nm_client_error_get_type (void) G_GNUC_CONST; #define NM_TYPE_CLIENT_ERROR (nm_client_error_get_type ()) -GType nm_wimax_nsp_network_type_get_type (void) G_GNUC_CONST; -#define NM_TYPE_WIMAX_NSP_NETWORK_TYPE (nm_wimax_nsp_network_type_get_type ()) G_END_DECLS #endif /* __NM_ENUM_TYPES_H__ */ |