OGR typedefs do not seem to be necessary

This commit is contained in:
Marco Hugentobler 2013-03-14 09:22:07 +01:00
parent 2c4ac0807b
commit fb94952942

View File

@ -26,17 +26,6 @@
#include <QPair>
#ifdef DEBUG
typedef struct OGRDataSourceHS *OGRDataSourceH;
typedef struct OGRLayerHS *OGRLayerH;
typedef struct OGRGeometryHS *OGRGeometryH;
#else
typedef void *OGRDataSourceH;
typedef void *OGRLayerH;
typedef void *OGRGeometryH;
typedef void *OGRFeatureH;
#endif
class QgsSymbolLayerV2;
class QTextCodec;