1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-30 04:09:38 +00:00

Remove unused key :preview from Redmine::AccessKeys::ACCESSKEYS (#34444).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@20705 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-01-05 15:08:49 +00:00
parent 63f0cec72b
commit bba8bb2238

View File

@ -22,7 +22,6 @@ module Redmine
unless const_defined?(:ACCESSKEYS)
ACCESSKEYS = {
:edit => 'e',
:preview => 'r',
:quick_search => 'f',
:search => '4',
:new_issue => '7',