diff --git a/src/main_menu.cpp b/src/main_menu.cpp index 166f2e9..cfb3712 100644 --- a/src/main_menu.cpp +++ b/src/main_menu.cpp @@ -11,7 +11,6 @@ #include "marks.h" -#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) #define CTRLD 4 wchar_t *choices[] = { diff --git a/src/marks.cpp b/src/marks.cpp index 211b7bc..bdad0db 100644 --- a/src/marks.cpp +++ b/src/marks.cpp @@ -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);