We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a5d7616 commit 82cebe5Copy full SHA for 82cebe5
src/core/qgis.h
@@ -133,13 +133,6 @@ class CORE_EXPORT QGis
133
* or user (~/.qgis.qgis.db) defined projection. */
134
const int USER_PROJECTION_START_ID=100000;
135
136
-#ifdef _MSC_VER
137
-// fake use to make unused variable warnings go away in Visual C++
138
-#define UNUSED(symbol) symbol
139
-#else
140
-# define UNUSED(symbol)
141
-#endif
142
-
143
// FIXME: also in qgisinterface.h
144
#ifndef QGISEXTERN
145
#ifdef WIN32
0 commit comments