Code cleanup.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8228 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b6e6f557f0
commit
77e8a76af3
|
@ -230,8 +230,6 @@ module Redmine
|
||||||
@menu_items = items[menu]
|
@menu_items = items[menu]
|
||||||
end
|
end
|
||||||
|
|
||||||
@@last_items_count = Hash.new {|h,k| h[k] = 0}
|
|
||||||
|
|
||||||
# Adds an item at the end of the menu. Available options:
|
# Adds an item at the end of the menu. Available options:
|
||||||
# * param: the parameter name that is used for the project id (default is :id)
|
# * param: the parameter name that is used for the project id (default is :id)
|
||||||
# * if: a Proc that is called before rendering the item, the item is displayed only if it returns true
|
# * if: a Proc that is called before rendering the item, the item is displayed only if it returns true
|
||||||
|
|
Loading…
Reference in New Issue