Fix more compiler warnings in plugins

git-svn-id: http://svn.osgeo.org/qgis/trunk@6499 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
g_j_m 2007-02-03 02:36:58 +00:00
parent 961eb1ec35
commit 3d015e1303
3 changed files with 0 additions and 8 deletions

View File

@ -118,9 +118,6 @@
* Added header.
*/
static char rcsid[] =
"$Id$";
#include "shapefile.h"
#include <math.h>

View File

@ -128,9 +128,6 @@
*
*/
static char rcsid[] =
"$Id$";
#include "shapefile.h"
#include <math.h>

View File

@ -82,8 +82,6 @@ int QgsShapeFile::getFeatureCount(){
}
bool QgsShapeFile::scanGeometries()
{
int progressThreshold = 5;
int progressCount = 0;
QProgressDialog *sg = new QProgressDialog();
sg->setMinimum(0);
sg->setMaximum(0);