aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_mill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_mill.c')
-rw-r--r--src/PJ_mill.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/PJ_mill.c b/src/PJ_mill.c
index 17763410..829bc3be 100644
--- a/src/PJ_mill.c
+++ b/src/PJ_mill.c
@@ -1,5 +1,5 @@
#define PJ_LIB__
-#include <projects.h>
+#include "projects.h"
PROJ_HEAD(mill, "Miller Cylindrical") "\n\tCyl, Sph";
@@ -25,19 +25,6 @@ static LP s_inverse (XY xy, PJ *P) { /* Spheroidal, inverse */
}
-static void *freeup_new (PJ *P) { /* Destructor */
- if (0==P)
- return 0;
-
- return pj_dealloc(P);
-}
-
-static void freeup (PJ *P) {
- freeup_new (P);
- return;
-}
-
-
PJ *PROJECTION(mill) {
P->es = 0.;
P->inv = s_inverse;