aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-11-01 14:56:17 +0100
committerKristian Evers <kristianevers@gmail.com>2020-11-20 16:40:40 +0100
commit9e50c8c0e207191c4c7bb6883f7ad485df04fc2c (patch)
tree8eb02de8b4a8fbb061bb65e49ee20e17c0978e50 /src/proj_internal.h
parent9419b42ade1f1d35a61c05f0f7ce9aab2eeff3c7 (diff)
downloadPROJ-9e50c8c0e207191c4c7bb6883f7ad485df04fc2c.tar.gz
PROJ-9e50c8c0e207191c4c7bb6883f7ad485df04fc2c.zip
Remove ACCEPT_USE_OF_DEPRECATED_PROJ_API_H macro
Diffstat (limited to 'src/proj_internal.h')
-rw-r--r--src/proj_internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h
index 5a075088..e0cc5170 100644
--- a/src/proj_internal.h
+++ b/src/proj_internal.h
@@ -33,10 +33,6 @@
#error "proj_internal.h can only be included from a C++ file"
#endif
-#ifndef ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
-#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
-#endif
-
#ifdef _MSC_VER
# ifndef _CRT_SECURE_NO_DEPRECATE
# define _CRT_SECURE_NO_DEPRECATE