Remove old commented out duplicate function.

git-svn-id: http://svn.osgeo.org/postgis/trunk@260 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Paul Ramsey 2003-04-10 05:16:56 +00:00
parent 0177ce9349
commit 9e37652df3

View file

@ -274,10 +274,6 @@ LANGUAGE 'plpgsql' WITH (iscachable,isstrict);
-- - - - - - - - - - - - - - - - - - - - - - - - - - - -
-- COMMON FUNCTIONS
-- CREATE FUNCTION get_proj4_from_srid(integer) RETURNS text AS
-- 'SELECT proj4text::text FROM spatial_ref_sys WHERE srid= $1'
-- LANGUAGE 'sql' WITH (iscachable,isstrict);
CREATE FUNCTION srid(chip)
RETURNS int4
AS '@MODULE_FILENAME@','srid_chip'