RIP market and trade confirmation opt-out

This commit is contained in:
Alexander Corn 2016-01-20 13:47:14 -05:00
parent 80b3cc52d2
commit c2983e3bcd

View File

@ -190,15 +190,6 @@ SteamCommunity.prototype.profileSettings = function(settings, callback) {
case 'inventoryGifts':
values.inventoryGiftPrivacy = settings[i] ? 1 : 0;
break;
case 'emailConfirmation': // deprecated
case 'tradeConfirmation':
values.tradeConfirmationSetting = settings[i] ? 1 : 0;
break;
case 'marketConfirmation':
values.marketConfirmationSetting = settings[i] ? 1 : 0;
break;
}
}