aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_collg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_collg.c')
-rw-r--r--src/PJ_collg.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/PJ_collg.c b/src/PJ_collg.c
index c646d99a..01c65cd0 100644
--- a/src/PJ_collg.c
+++ b/src/PJ_collg.c
@@ -41,16 +41,6 @@ static LP s_inverse (XY xy, PJ *P) { /* Spheroidal, inverse */
}
-static void *freeup_new (PJ *P) { /* Destructor */
- return pj_dealloc(P);
-}
-
-static void freeup (PJ *P) {
- freeup_new (P);
- return;
-}
-
-
PJ *PROJECTION(collg) {
P->es = 0.0;
P->inv = s_inverse;