summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-gsm.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-01-27 18:38:45 -0600
committerDan Williams <dcbw@redhat.com>2011-01-27 18:38:45 -0600
commit89fcc757a4650d688ca7fcf1fa86854f6065a241 (patch)
tree27b9a1fc98b552e664bd33fec5ef3075845f547c /libnm-util/nm-setting-gsm.h
parent0e6a5365d4f3991f6b10b5db1fb211d2d0696f2c (diff)
downloadNetworkManager-89fcc757a4650d688ca7fcf1fa86854f6065a241.tar.gz
libnm-util: remove deprecated GSM bits
Diffstat (limited to 'libnm-util/nm-setting-gsm.h')
-rw-r--r--libnm-util/nm-setting-gsm.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libnm-util/nm-setting-gsm.h b/libnm-util/nm-setting-gsm.h
index 0ac7122462..12406dbff3 100644
--- a/libnm-util/nm-setting-gsm.h
+++ b/libnm-util/nm-setting-gsm.h
@@ -63,17 +63,6 @@ GQuark nm_setting_gsm_error_quark (void);
#define NM_SETTING_GSM_PIN "pin"
#define NM_SETTING_GSM_HOME_ONLY "home-only"
-/* DEPRECATED & UNUSED */
-#define NM_SETTING_GSM_PUK "puk"
-#define NM_SETTING_GSM_BAND "band"
-
-/* DEPRECATED, use NM_SETTING_NETWORK_TYPE_* instead */
-#define NM_GSM_NETWORK_ANY NM_SETTING_GSM_NETWORK_TYPE_ANY
-#define NM_GSM_NETWORK_UMTS_HSPA NM_SETTING_GSM_NETWORK_TYPE_UMTS_HSPA
-#define NM_GSM_NETWORK_GPRS_EDGE NM_SETTING_GSM_NETWORK_TYPE_GPRS_EDGE
-#define NM_GSM_NETWORK_PREFER_UMTS_HSPA NM_SETTING_GSM_NETWORK_TYPE_PREFER_UMTS_HSPA
-#define NM_GSM_NETWORK_PREFER_GPRS_EDGE NM_SETTING_GSM_NETWORK_TYPE_PREFER_GPRS_EDGE
-
typedef enum {
NM_SETTING_GSM_NETWORK_TYPE_ANY = -1,
NM_SETTING_GSM_NETWORK_TYPE_UMTS_HSPA = 0,
@@ -126,10 +115,6 @@ guint32 nm_setting_gsm_get_allowed_bands (NMSettingGsm *setting);
const char *nm_setting_gsm_get_pin (NMSettingGsm *setting);
gboolean nm_setting_gsm_get_home_only (NMSettingGsm *setting);
-/* DEPRECATED & UNUSED */
-const char *nm_setting_gsm_get_puk (NMSettingGsm *setting);
-int nm_setting_gsm_get_band (NMSettingGsm *setting);
-
G_END_DECLS
#endif /* NM_SETTING_GSM_H */