mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 21:48:35 +02:00
libnm-core/setting-p2p-wifi: drop unused code
If this is going to be implemented, revert the patch.
This commit is contained in:
parent
4f8852b2f2
commit
65c4af50c4
2 changed files with 0 additions and 13 deletions
|
|
@ -50,10 +50,6 @@
|
|||
NM_GOBJECT_PROPERTIES_DEFINE_BASE (
|
||||
PROP_PEER,
|
||||
PROP_WPS_METHOD,
|
||||
#if 0
|
||||
PROP_WPS_PIN,
|
||||
PROP_WPS_PIN_FLAGS,
|
||||
#endif
|
||||
);
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
|
|
@ -45,15 +45,6 @@ G_BEGIN_DECLS
|
|||
*/
|
||||
#define NM_SETTING_P2P_WIRELESS_PEER "peer"
|
||||
#define NM_SETTING_P2P_WIRELESS_WPS_METHOD "wps-method"
|
||||
#if 0
|
||||
#define NM_SETTING_P2P_WIRELESS_WPS_PIN "wps-pin"
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
#define NM_SETTING_P2P_WIRELESS_GO_INTENT "go-intent"
|
||||
/* Not sure how we could even handle this, i.e. would we need to store more information? */
|
||||
#define NM_SETTING_P2P_WIRELESS_PERSISTENT "persistent"
|
||||
#endif
|
||||
|
||||
typedef struct _NMSettingP2PWirelessClass NMSettingP2PWirelessClass;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue