Skip to content

Commit

Permalink
OGR typedefs do not seem to be necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Mar 14, 2013
1 parent 2c4ac08 commit fb94952
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/core/qgsvectorfilewriter.h
Expand Up @@ -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;
Expand Down

0 comments on commit fb94952

Please sign in to comment.