Remove the actual enableHandToolOnLoad preference (PR 9040 follow-up)

This should have been removed as part of PR 9040, but was simply overlooked.
This commit is contained in:
Jonas Jenwald 2018-02-13 09:29:03 +01:00
parent ea3d8450d2
commit 90ab9bafff
2 changed files with 0 additions and 6 deletions

View File

@ -26,11 +26,6 @@
],
"default": 0
},
"enableHandToolOnLoad": {
"description": "Deprecated. Set cursorToolOnLoad to 1 to enable the hand tool by default.",
"type": "boolean",
"default": false
},
"cursorToolOnLoad": {
"title": "Cursor tool on load",
"description": "The cursor tool that is enabled upon load.\n 0 = Text selection tool.\n 1 = Hand tool.",

View File

@ -2,7 +2,6 @@
"showPreviousViewOnLoad": true,
"defaultZoomValue": "",
"sidebarViewOnLoad": 0,
"enableHandToolOnLoad": false,
"cursorToolOnLoad": 0,
"enableWebGL": false,
"pdfBugEnabled": false,