]> granicus.if.org Git - postgis/commitdiff
Removed commented-out stubs for nonexistant RASTER_mapAlgebra2Fct
authorBborie Park <bkpark at ucdavis.edu>
Fri, 11 Nov 2011 15:45:32 +0000 (15:45 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Fri, 11 Nov 2011 15:45:32 +0000 (15:45 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8138 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rt_pg.c

index 51f524a3d2cc0861e2c5b6dca3292b8e734d20d1..e0d57f6d3b878da93b96fe55362264c266b18949 100644 (file)
@@ -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                       */
 /* ---------------------------------------------------------------- */