Remove symbian debug macro definition.

Change-Id: I3c4cc5cfd8e157587dbda1589501bb829a5a18db
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Stephen Kelly 2012-01-09 16:37:14 +01:00 committed by Qt by Nokia
parent 3e2f32547d
commit 626223ca27

View File

@ -1639,15 +1639,6 @@ inline void qUnused(T &x) { (void)x; }
Debugging and error handling
*/
/*
On Symbian we do not know beforehand whether we are compiling in
release or debug mode, so check the Symbian build define here,
and set the QT_NO_DEBUG define appropriately.
*/
#if defined(Q_OS_SYMBIAN) && defined(NDEBUG) && !defined(QT_NO_DEBUG)
# define QT_NO_DEBUG
#endif
#if !defined(QT_NO_DEBUG) && !defined(QT_DEBUG)
# define QT_DEBUG
#endif