summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-13 20:23:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-13 20:23:32 +0900
commitd12615deb38e60cee7ab9dc1965a8ca19d4a8587 (patch)
tree372151e2bc9764175bad060ca8a5bb9586ecc839
parent512fd4d832862b22ad85fe34035a5391d86afede (diff)
downloadlibtdevnc-d12615de.tar.gz
libtdevnc-d12615de.zip
Remove unnecessary re-definition of true/false boolean values.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--libvncserver/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/libvncserver/main.cpp b/libvncserver/main.cpp
index bc90329..bfd6736 100644
--- a/libvncserver/main.cpp
+++ b/libvncserver/main.cpp
@@ -19,11 +19,6 @@ extern "C" {
#include <stdarg.h>
#include <errno.h>
- #ifndef false
- #define false 0
- #define true 1
- #endif
-
#ifdef LIBVNCSERVER_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif