Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove proj_api.h #1872

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/source/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ are maintained in a `separate git repository <https://github.com/OSGeo/proj-datu
.. attention::

The ``proj_api.h`` header and the functions related to it is
considered deprecated from version 5.0.0 and onwards. The header will be
removed from PROJ in version 7.0.0 scheduled for release March 1st
2020.
considered deprecated from version 5.0.0 and onwards. The header has been
removed in version 7.0.0 released March 1st 2020.

.. attention::

Expand Down
270 changes: 0 additions & 270 deletions docs/source/development/reference/deprecated.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/development/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ Reference
datatypes
functions
cpp/index.rst
deprecated
2 changes: 1 addition & 1 deletion man/man3/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
man_MANS = pj_init.3 geodesic.3
man_MANS = geodesic.3

EXTRA_DIST = $(man_MANS)
Loading