Skip to content

Commit 814077f

Browse files
author
Nils Boßung
committed
remove the wchar_t version of slk_set
C doesn't have overloading. curses.h defines the char one.
1 parent b2443a0 commit 814077f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deimos/ncurses/curses.d

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,9 +764,7 @@ char* slk_label(int labnum);
764764
int slk_noutrefresh();
765765
int slk_refresh();
766766
int slk_restore();
767-
//TODO are both needed?
768767
int slk_set(int labnum, char* label, int fmt);
769-
int slk_set(int labnum, wchar_t* label, int fmt);
770768
int slk_touch();
771769
int standout()()
772770
{ return wstandout(stdscr); }

0 commit comments

Comments
 (0)