Skip to content

Commit 3d015e1

Browse files
author
g_j_m
committedFeb 3, 2007
Fix more compiler warnings in plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk@6499 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 961eb1e commit 3d015e1

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed
 

‎src/plugins/grid_maker/dbfopen.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@
118118
* Added header.
119119
*/
120120

121-
static char rcsid[] =
122-
"$Id$";
123-
124121
#include "shapefile.h"
125122

126123
#include <math.h>

‎src/plugins/grid_maker/shpopen.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@
128128
*
129129
*/
130130

131-
static char rcsid[] =
132-
"$Id$";
133-
134131
#include "shapefile.h"
135132

136133
#include <math.h>

‎src/plugins/spit/qgsshapefile.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ int QgsShapeFile::getFeatureCount(){
8282
}
8383
bool QgsShapeFile::scanGeometries()
8484
{
85-
int progressThreshold = 5;
86-
int progressCount = 0;
8785
QProgressDialog *sg = new QProgressDialog();
8886
sg->setMinimum(0);
8987
sg->setMaximum(0);

0 commit comments

Comments
 (0)
Please sign in to comment.