aboutsummaryrefslogtreecommitdiff
path: root/src/tests
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/tests
parent9419b42ade1f1d35a61c05f0f7ce9aab2eeff3c7 (diff)
downloadPROJ-9e50c8c0e207191c4c7bb6883f7ad485df04fc2c.tar.gz
PROJ-9e50c8c0e207191c4c7bb6883f7ad485df04fc2c.zip
Remove ACCEPT_USE_OF_DEPRECATED_PROJ_API_H macro
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/multistresstest.cpp4
-rw-r--r--src/tests/test228.cpp4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/tests/multistresstest.cpp b/src/tests/multistresstest.cpp
index 6af35979..51720fbd 100644
--- a/src/tests/multistresstest.cpp
+++ b/src/tests/multistresstest.cpp
@@ -30,10 +30,6 @@
#include <stdlib.h>
#include <string.h>
-#ifndef ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
-#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
-#endif
-
#include "proj_internal.h"
#ifdef _WIN32
diff --git a/src/tests/test228.cpp b/src/tests/test228.cpp
index b27ebf2f..bffb8e79 100644
--- a/src/tests/test228.cpp
+++ b/src/tests/test228.cpp
@@ -26,10 +26,6 @@
* DEALINGS IN THE SOFTWARE.
****************************************************************************/
-#ifndef ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
-#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
-#endif
-
#include "proj_internal.h"
#include <stdio.h> /* for printf declaration */