1313
1414public class submitControlsSettings extends open .furaffinity .client .abstractClasses .abstractPage {
1515 private final String fa_useremail ;
16- private final String ssl_enable ;
1716 private final String bdaymonth ;
1817 private final String bdayday ;
1918 private final String bdayyear ;
@@ -37,10 +36,9 @@ public class submitControlsSettings extends open.furaffinity.client.abstractClas
3736
3837 private String errorMessage ;
3938
40- public submitControlsSettings (Context context , abstractPage .pageListener pageListener , String fa_useremail , String ssl_enable , String bdaymonth , String bdayday , String bdayyear , String viewmature , String timezone , String timezone_dst , String fullview , String style , String stylesheet , String scales_enabled , String paypal_email , String display_mode , String scales_message_enabled , String scales_name , String scales_plural_name , String scales_cost , String account_disabled , String newpassword , String newpassword2 , String oldpassword ) {
39+ public submitControlsSettings (Context context , abstractPage .pageListener pageListener , String fa_useremail , String bdaymonth , String bdayday , String bdayyear , String viewmature , String timezone , String timezone_dst , String fullview , String style , String stylesheet , String scales_enabled , String paypal_email , String display_mode , String scales_message_enabled , String scales_name , String scales_plural_name , String scales_cost , String account_disabled , String newpassword , String newpassword2 , String oldpassword ) {
4140 super (context , pageListener );
4241 this .fa_useremail = fa_useremail ;
43- this .ssl_enable = ssl_enable ;
4442 this .bdaymonth = bdaymonth ;
4543 this .bdayday = bdayday ;
4644 this .bdayyear = bdayyear ;
@@ -89,7 +87,6 @@ protected Boolean doInBackground(Void... voids) {
8987 HashMap <String , String > params = new HashMap <>();
9088 params .put ("do" , "update" );
9189 params .put ("fa_useremail" , fa_useremail );
92- params .put ("ssl_enable" , ssl_enable );
9390 params .put ("bdaymonth" , bdaymonth );
9491 params .put ("bdayday" , bdayday );
9592 params .put ("bdayyear" , bdayyear );
0 commit comments