Skip to content

Commit 34a02e1

Browse files
committed
Remove broken definition
1 parent 2a09d72 commit 34a02e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/deimos/ncurses/curses.d

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,6 @@ int border(C:chtype)(C ls, C rs, C ts, C bs, C tl, C tr, C bl, C br)
415415
{ return wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); }
416416
int box(W:WINDOW, C:chtype)(W* win, C verch, C horch)
417417
{ return wborder(win, verch, verch, horch, horch, 0, 0, 0, 0); }
418-
//TODO is this needed?
419-
int box(W:WINDOW, C:int)(W* win, C verch, C horch)
420-
{ return wborder(win, verch, verch, horch, horch, 0, 0, 0, 0); }
421418
bool can_change_color();
422419
int cbreak();
423420
int chgat(N:int, A:attr_t, S:short, V:void)(N n, A attr, S color, V* opts)

0 commit comments

Comments
 (0)