diff --git a/extensions/chromium/preferences_schema.json b/extensions/chromium/preferences_schema.json index 16cf475eb..fa350567e 100644 --- a/extensions/chromium/preferences_schema.json +++ b/extensions/chromium/preferences_schema.json @@ -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.", diff --git a/web/default_preferences.json b/web/default_preferences.json index 425de07c3..6c7c64545 100644 --- a/web/default_preferences.json +++ b/web/default_preferences.json @@ -2,7 +2,6 @@ "showPreviousViewOnLoad": true, "defaultZoomValue": "", "sidebarViewOnLoad": 0, - "enableHandToolOnLoad": false, "cursorToolOnLoad": 0, "enableWebGL": false, "pdfBugEnabled": false,