libnm-core/setting-p2p-wifi: drop unused code

If this is going to be implemented, revert the patch.
This commit is contained in:
Thomas Haller 2019-01-28 11:54:23 +01:00
parent 4f8852b2f2
commit 65c4af50c4
2 changed files with 0 additions and 13 deletions

View file

@ -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 {

View file

@ -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;