[geos-commits] r2116 - in trunk/source: geom/prep headers/geos/geom/prep

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Jan 30 17:17:16 EST 2008


Author: benjubb
Date: 2008-01-30 17:17:16 -0500 (Wed, 30 Jan 2008)
New Revision: 2116

Removed:
   trunk/source/geom/prep/PreparedPolygonLineIntersection.cpp
   trunk/source/headers/geos/geom/prep/PreparedPolygonLineIntersection.h
Log:
Deleted. not used, not needed. 

	


Deleted: trunk/source/geom/prep/PreparedPolygonLineIntersection.cpp
===================================================================
--- trunk/source/geom/prep/PreparedPolygonLineIntersection.cpp	2008-01-30 19:09:49 UTC (rev 2115)
+++ trunk/source/geom/prep/PreparedPolygonLineIntersection.cpp	2008-01-30 22:17:16 UTC (rev 2116)
@@ -1,30 +0,0 @@
-/**********************************************************************
- * $Id:
- *
- * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
- *
- * Copyright (C) 2001-2002 Vivid Solutions Inc.
- *
- * This is free software; you can redistribute and/or modify it under
- * the terms of the GNU Lesser General Public Licence as published
- * by the Free Software Foundation. 
- * See the COPYING file for more information.
- *
- **********************************************************************/
-
-
-#include <geos/geom/prep/PreparedPolygonLineIntersection.h>
-
-namespace geos {
-namespace geom { // geos.geom
-namespace prep { // geos.geom.prep
-
-} // namespace geos.geom.prep
-} // namespace geos.geom
-} // namespace geos
-
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/

Deleted: trunk/source/headers/geos/geom/prep/PreparedPolygonLineIntersection.h
===================================================================
--- trunk/source/headers/geos/geom/prep/PreparedPolygonLineIntersection.h	2008-01-30 19:09:49 UTC (rev 2115)
+++ trunk/source/headers/geos/geom/prep/PreparedPolygonLineIntersection.h	2008-01-30 22:17:16 UTC (rev 2116)
@@ -1,40 +0,0 @@
-/**********************************************************************
- * $Id
- *
- * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
- *
- * Copyright (C) 2006 Refractions Research Inc.
- *
- * This is free software; you can redistribute and/or modify it under
- * the terms of the GNU Lesser General Public Licence as published
- * by the Free Software Foundation. 
- * See the COPYING file for more information.
- *
- *
- **********************************************************************/
-
-#ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONLINEINTERSECTION_H
-#define GEOS_GEOM_PREP_PREPAREDPOLYGONLINEINTERSECTION_H
-
-
-namespace geos {
-namespace geom { // geos::geom
-namespace prep { // geos::geom::prep
-
-class PreparedPolygonLineIntersection
-{
-private:
-protected:
-public:
-};
-
-} // geos::geom::prep
-} // geos::geom
-} // geos
-
-#endif // GEOS_GEOM_PREP_PREPAREDPOLYGONLINEINTERSECTION_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
-



More information about the geos-commits mailing list