Skip to content

Commit 92d1073

Browse files
committed
Remove useless comments
1 parent acf55fb commit 92d1073

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source/deimos/ncurses/curses.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ import core.stdc.stddef; /* we want wchar_t */
4343
import core.stdc.stdarg; /* we need va_list */
4444
import core.stdc.config; /* we need c_ulong */
4545

46-
//#include <ncursesw/unctrl.h>
4746
public import deimos.ncurses.unctrl;
4847

4948
//TODO check if needed... I don't have a windows machine...

source/deimos/ncurses/unctrl.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ module deimos.ncurses.unctrl;
4343

4444
/* $Id: unctrl.h.in,v 1.11 2009/04/18 21:00:52 tom Exp $ */
4545

46-
//#include <ncursesw/curses.h>
4746
string NCURSES_VERSION = "5.7";
4847
alias uint chtype;
4948
extern (C) char* unctrl(chtype);

0 commit comments

Comments
 (0)