Skip to content

Commit

Permalink
Code and warning cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Feb 10, 2014
1 parent ac9eed7 commit d66ecf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -445,8 +445,8 @@ QgisApp *QgisApp::smInstance = 0;
QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent, Qt::WFlags fl )
: QMainWindow( parent, fl )
, mSplash( splash )
, mInternalClipboard( 0 )
, mMousePrecisionDecimalPlaces( 0 )
, mInternalClipboard( 0 )
, mShowProjectionTab( false )
, mPythonUtils( NULL )
#ifdef Q_OS_WIN
Expand Down
5 changes: 0 additions & 5 deletions src/app/qgisapp.h
Expand Up @@ -1443,7 +1443,6 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
QRect *mMapWindow;
//! The previously selected non zoom map tool.
int mPreviousNonZoomMapTool;
//QCursor *mCursorZoomIn; //doesnt seem to be used anymore (TS)
QString mStartupPath;
//! full path name of the current map file (if it has been saved or loaded)
QString mFullPathName;
Expand All @@ -1457,10 +1456,6 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
QStringList mRecentProjectPaths;
//! Print composers of this project, accessible by id string
QSet<QgsComposer*> mPrintComposers;
// This is not initialized or used anywhere
// //! How to determine the number of decimal places used to
// //! display the mouse position
// bool mMousePrecisionAutomatic;
//! The number of decimal places to use if not automatic
unsigned int mMousePrecisionDecimalPlaces;
/** QGIS-internal vector feature clipboard */
Expand Down

0 comments on commit d66ecf6

Please sign in to comment.