aboutsummaryrefslogtreecommitdiff
path: root/src/mutex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mutex.cpp')
-rw-r--r--src/mutex.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mutex.cpp b/src/mutex.cpp
index da415e55..2cc4d0a1 100644
--- a/src/mutex.cpp
+++ b/src/mutex.cpp
@@ -34,11 +34,6 @@
#ifndef _WIN32
#include "proj_config.h"
#include "proj_internal.h"
-#else
-#ifndef ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
-#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
-#endif
-#include "proj_api.h"
#endif
/* on win32 we always use win32 mutexes, even if pthreads are available */