Skip to content

Commit

Permalink
Merge pull request mozilla#9475 from Snuffleupagus/rm-handToolPref
Browse files Browse the repository at this point in the history
Remove the actual `enableHandToolOnLoad` preference (PR 9040 follow-up)
  • Loading branch information
timvandermeij authored Feb 13, 2018
2 parents ea3d845 + 90ab9ba commit df0836b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions extensions/chromium/preferences_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
1 change: 0 additions & 1 deletion web/default_preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"showPreviousViewOnLoad": true,
"defaultZoomValue": "",
"sidebarViewOnLoad": 0,
"enableHandToolOnLoad": false,
"cursorToolOnLoad": 0,
"enableWebGL": false,
"pdfBugEnabled": false,
Expand Down

0 comments on commit df0836b

Please sign in to comment.