File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3252,7 +3252,7 @@ item_opts_off_m(VALUE obj, VALUE opts)
32523252 * Get the current option bits of the item.
32533253 */
32543254static VALUE
3255- item_opts_m (VALUE obj , VALUE opts )
3255+ item_opts_m (VALUE obj )
32563256{
32573257 struct itemdata * itemp ;
32583258
@@ -3701,7 +3701,7 @@ menu_set_fore(VALUE obj, VALUE attr)
37013701 * This is the highlight used for selected menu items.
37023702 */
37033703static VALUE
3704- menu_get_fore (VALUE obj , VALUE attr )
3704+ menu_get_fore (VALUE obj )
37053705{
37063706 struct menudata * menup ;
37073707
@@ -3738,7 +3738,7 @@ menu_set_back(VALUE obj, VALUE attr)
37383738 * Get the background attribute of menu.
37393739 */
37403740static VALUE
3741- menu_get_back (VALUE obj , VALUE attr )
3741+ menu_get_back (VALUE obj )
37423742{
37433743 struct menudata * menup ;
37443744
@@ -3835,7 +3835,7 @@ menu_opts_off_m(VALUE obj, VALUE opts)
38353835 * Get the current option bits of the menu.
38363836 */
38373837static VALUE
3838- menu_opts_m (VALUE obj , VALUE opts )
3838+ menu_opts_m (VALUE obj )
38393839{
38403840 struct menudata * menup ;
38413841
You can’t perform that action at this time.
0 commit comments