aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_isea.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_isea.c')
-rw-r--r--src/PJ_isea.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PJ_isea.c b/src/PJ_isea.c
index 3e941c77..750587a3 100644
--- a/src/PJ_isea.c
+++ b/src/PJ_isea.c
@@ -608,7 +608,6 @@ isea_orient_isea(struct isea_dgg * g)
g->o_lat = ISEA_STD_LAT;
g->o_lon = ISEA_STD_LON;
g->o_az = 0.0;
- return;
}
ISEA_STATIC
@@ -620,7 +619,6 @@ isea_orient_pole(struct isea_dgg * g)
g->o_lat = M_PI / 2.0;
g->o_lon = 0.0;
g->o_az = 0;
- return;
}
ISEA_STATIC