remove junk
This commit is contained in:
parent
6e9fcd093f
commit
ae3485a899
@ -11,7 +11,6 @@
|
||||
|
||||
#include "marks.h"
|
||||
|
||||
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
|
||||
#define CTRLD 4
|
||||
|
||||
wchar_t *choices[] = {
|
||||
|
@ -58,8 +58,6 @@ void marks_page() {
|
||||
noecho();
|
||||
keypad(stdscr, TRUE);
|
||||
|
||||
std::clog << COLS << " " << LINES << std::endl;
|
||||
|
||||
/* Initialize all the colors */
|
||||
for (uint8_t i = 0; i < 8; i++) {
|
||||
init_pair(i, i, COLOR_BLACK);
|
||||
|
Loading…
x
Reference in New Issue
Block a user