ECC-1335: Remove deprecated functions

This commit is contained in:
Shahram Najm 2022-05-19 11:06:39 +01:00
parent 63988c67a9
commit 1ff5f75eee
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,7 @@ int grib_box_init(grib_box* box, grib_handle* h, grib_arguments* args)
}
/* For this one, ALL destroy are called */
#if 0
int grib_box_delete(grib_box* box)
{
grib_box_class* c = box->cclass;
@ -81,6 +81,7 @@ int grib_box_delete(grib_box* box)
}
return 0;
}
#endif
#if 0
grib_points* grib_points_new(grib_context* c, size_t size)