Skip to content

Commit 13e00d0

Browse files
committed
Remove wrong arguments
1 parent 7113981 commit 13e00d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/curses/curses.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3252,7 +3252,7 @@ item_opts_off_m(VALUE obj, VALUE opts)
32523252
* Get the current option bits of the item.
32533253
*/
32543254
static 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
*/
37033703
static 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
*/
37403740
static 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
*/
38373837
static VALUE
3838-
menu_opts_m(VALUE obj, VALUE opts)
3838+
menu_opts_m(VALUE obj)
38393839
{
38403840
struct menudata *menup;
38413841

0 commit comments

Comments
 (0)