summaryrefslogtreecommitdiff
path: root/graphics/gdal-grass/files/patch-ogrgrass.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gdal-grass/files/patch-ogrgrass.h')
-rw-r--r--graphics/gdal-grass/files/patch-ogrgrass.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/gdal-grass/files/patch-ogrgrass.h b/graphics/gdal-grass/files/patch-ogrgrass.h
deleted file mode 100644
index abe50e492787..000000000000
--- a/graphics/gdal-grass/files/patch-ogrgrass.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ogrgrass.h.orig 2015-02-06 15:30:50 UTC
-+++ ogrgrass.h
-@@ -55,7 +55,7 @@ class OGRGRASSLayer : public OGRLayer
-
- // Layer info
- OGRFeatureDefn * GetLayerDefn() { return poFeatureDefn; }
-- int GetFeatureCount( int );
-+ GIntBig GetFeatureCount( int );
- OGRErr GetExtent(OGREnvelope *psExtent, int bForce);
- virtual OGRSpatialReference *GetSpatialRef();
- int TestCapability( const char * );