Remove ncurses dependency
authoralexhz <balthazar@yandex.ru>
Mon, 16 Sep 2013 10:04:23 +0000 (10:04 +0000)
committeralexhz <balthazar@yandex.ru>
Mon, 16 Sep 2013 10:04:23 +0000 (10:04 +0000)
src/zerocoin/ZeroTest.cpp

index 5dc281a..f00f0c5 100644 (file)
@@ -15,7 +15,6 @@ using namespace std;
 #include <string>
 #include <iostream>
 #include <fstream>
-#include <curses.h>
 #include <exception>
 #include "Zerocoin.h"
 #include "../util.h"
@@ -23,9 +22,6 @@ using namespace std;
 using namespace libzerocoin;
 extern Params* ZCParams;
 
-#define COLOR_STR_GREEN   "\033[32m"
-#define COLOR_STR_NORMAL  "\033[0m"
-#define COLOR_STR_RED     "\033[31m"
 
 #define TESTS_COINS_TO_ACCUMULATE   10