remove optional pthread support - it's mandatory now

This commit is contained in:
Andrzej Rybczak
2010-08-09 11:57:58 +02:00
parent daad444f3c
commit 7f2ea9dc8f
10 changed files with 26 additions and 69 deletions

View File

@@ -25,12 +25,6 @@
#include "menu.h"
#include "scrollpad.h"
#ifdef HAVE_PTHREAD_H
# include <pthread.h>
#else
# define pthread_exit(x) return (x)
#endif // HAVE_PTHREAD_H
using namespace NCurses;
typedef std::pair<std::string, std::string> string_pair;