remove junk

This commit is contained in:
PoliEcho 2025-03-07 15:29:20 +01:00
parent 6e9fcd093f
commit ae3485a899
2 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@
#include "marks.h"
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
#define CTRLD 4
wchar_t *choices[] = {

View File

@ -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);