Skip to content

Commit 82cebe5

Browse files
author
timlinux
committedMay 19, 2008
Removed the definition for UNUSED as I have replaced all UNUSED in the source tree with Q_UNUSED
git-svn-id: http://svn.osgeo.org/qgis/trunk@8466 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a5d7616 commit 82cebe5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎src/core/qgis.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,6 @@ class CORE_EXPORT QGis
133133
* or user (~/.qgis.qgis.db) defined projection. */
134134
const int USER_PROJECTION_START_ID=100000;
135135

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-
143136
// FIXME: also in qgisinterface.h
144137
#ifndef QGISEXTERN
145138
#ifdef WIN32

0 commit comments

Comments
 (0)
Please sign in to comment.