mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
961eb1ec35
commit
3d015e1303
@ -118,9 +118,6 @@
|
||||
* Added header.
|
||||
*/
|
||||
|
||||
static char rcsid[] =
|
||||
"$Id$";
|
||||
|
||||
#include "shapefile.h"
|
||||
|
||||
#include <math.h>
|
||||
|
@ -128,9 +128,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
static char rcsid[] =
|
||||
"$Id$";
|
||||
|
||||
#include "shapefile.h"
|
||||
|
||||
#include <math.h>
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user