[geos-commits] r3669 - trunk/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Jun 7 03:24:08 PDT 2012


Author: strk
Date: 2012-06-07 03:24:08 -0700 (Thu, 07 Jun 2012)
New Revision: 3669

Modified:
   trunk/capi/geos_c.h.in
Log:
Drop orphaned custom allocation signatures from C-API header

Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in	2012-06-07 10:23:57 UTC (rev 3668)
+++ trunk/capi/geos_c.h.in	2012-06-07 10:24:08 UTC (rev 3669)
@@ -137,9 +137,6 @@
 
 typedef void (*GEOSQueryCallback)(void *item, void *userdata);
 
-typedef void * (*GEOSAllocator) (size_t size);
-typedef void   (*GEOSDeallocator) (void *ptr);
-
 /************************************************************************
  *
  * Initialization, cleanup, version
@@ -151,8 +148,6 @@
 extern void GEOS_DLL initGEOS(GEOSMessageHandler notice_function,
 	GEOSMessageHandler error_function);
 extern void GEOS_DLL finishGEOS(void);
-extern GEOSAllocator GEOS_DLL GEOS_setAllocator(GEOSAllocator nf);
-extern GEOSDeallocator GEOS_DLL GEOS_setDeallocator(GEOSDeallocator nf);
 
 /*
  * Register an interruption checking callback



More information about the geos-commits mailing list