From: Bborie Park Date: Fri, 11 Nov 2011 15:45:32 +0000 (+0000) Subject: Removed commented-out stubs for nonexistant RASTER_mapAlgebra2Fct X-Git-Tag: 2.0.0alpha1~722 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa87e9c526b008b37f8720a9896e3ce125922b1b;p=postgis Removed commented-out stubs for nonexistant RASTER_mapAlgebra2Fct git-svn-id: http://svn.osgeo.org/postgis/trunk@8138 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_pg/rt_pg.c b/raster/rt_pg/rt_pg.c index 51f524a3d..e0d57f6d3 100644 --- a/raster/rt_pg/rt_pg.c +++ b/raster/rt_pg/rt_pg.c @@ -245,9 +245,6 @@ Datum RASTER_sameAlignment(PG_FUNCTION_ARGS); /* two-raster MapAlgebra */ Datum RASTER_mapAlgebra2(PG_FUNCTION_ARGS); -/* -Datum RASTER_mapAlgebra2Fct(PG_FUNCTION_ARGS); -*/ /* Replace function taken from * http://ubuntuforums.org/showthread.php?s=aa6f015109fd7e4c7e30d2fd8b717497&t=141670&page=3 @@ -7882,7 +7879,7 @@ Datum RASTER_sameAlignment(PG_FUNCTION_ARGS) } /** - * Two raster MapAlgebra using expressions + * Two raster MapAlgebra */ PG_FUNCTION_INFO_V1(RASTER_mapAlgebra2); Datum RASTER_mapAlgebra2(PG_FUNCTION_ARGS) @@ -8772,17 +8769,6 @@ Datum RASTER_mapAlgebra2(PG_FUNCTION_ARGS) PG_RETURN_POINTER(pgrast); } -/** - * Two raster MapAlgebra using user function - */ - /* -PG_FUNCTION_INFO_V1(RASTER_mapAlgebra2Fct); -Datum RASTER_mapAlgebra2Fct(PG_FUNCTION_ARGS) -{ - PG_RETURN_NULL(); -} -*/ - /* ---------------------------------------------------------------- */ /* Memory allocation / error reporting hooks */ /* ---------------------------------------------------------------- */