diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-13 20:23:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-13 20:23:32 +0900 |
commit | d12615deb38e60cee7ab9dc1965a8ca19d4a8587 (patch) | |
tree | 372151e2bc9764175bad060ca8a5bb9586ecc839 /libvncserver/main.cpp | |
parent | 512fd4d832862b22ad85fe34035a5391d86afede (diff) | |
download | libtdevnc-d12615deb38e60cee7ab9dc1965a8ca19d4a8587.tar.gz libtdevnc-d12615deb38e60cee7ab9dc1965a8ca19d4a8587.zip |
Remove unnecessary re-definition of true/false boolean values.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libvncserver/main.cpp')
-rw-r--r-- | libvncserver/main.cpp | 5 |
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 |