Skip to content

Commit

Permalink
Remove duplicate code in Preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Wegner authored and facchinm committed Aug 21, 2019
1 parent 2b4c4b5 commit 710667d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/cc/arduino/view/preferences/Preferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -831,8 +831,6 @@ private void savePreferencesData() {

PreferencesData.setBoolean("update.check", checkUpdatesBox.isSelected());

PreferencesData.setBoolean("editor.save_on_verify", saveVerifyUploadBox.isSelected());

PreferencesData.setBoolean("ide.accessible", accessibleIDEBox.isSelected());

PreferencesData.set("boardsmanager.additional.urls", additionalBoardsManagerField.getText().replace("\r\n", "\n").replace("\r", "\n").replace("\n", ","));
Expand Down

0 comments on commit 710667d

Please sign in to comment.