Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #5185 from thc202/rm-view-option-data
Remove data of option that no longer exists
  • Loading branch information
psiinon committed Jan 14, 2019
2 parents b70d0fe + 690d748 commit b6db572
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lang/Messages.properties
Expand Up @@ -2475,7 +2475,6 @@ view.options.label.display.left = Maximise left (Sites) tab
view.options.label.display.full = Full Layout
view.options.label.display.tabs = Tabs
view.options.label.display.vertical = Vertical
view.options.label.editorView = Request editor view style:
view.options.label.exampleText = Example text (default size)
view.options.label.fontExample = Font Example:
view.options.label.fontName = Font Name:
Expand Down
1 change: 0 additions & 1 deletion src/org/parosproxy/paros/Constant.java
Expand Up @@ -702,7 +702,6 @@ private void upgradeFrom1_2_0(XMLConfiguration config) throws ConfigurationExcep
XMLConfiguration newConfig = new ZapXmlConfiguration(getUrlDefaultConfigFile());
newConfig.setAutoSave(false);

copyProperty(newConfig, config, "view.editorView");
copyProperty(newConfig, config, "view.brkPanelView");
copyProperty(newConfig, config, "view.showMainToolbar");
}
Expand Down

0 comments on commit b6db572

Please sign in to comment.