summaryrefslogtreecommitdiffstats
path: root/src/viewer/Qt3DSViewerApp.cpp
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2019-06-11 10:01:24 +0300
committerAntti Määttä <antti.maatta@qt.io>2019-06-11 12:18:28 +0300
commita06fe056604b38d52ebca44d52b87f736b483649 (patch)
tree5b9850e93458b78474cad8149c034d0bdf82a408 /src/viewer/Qt3DSViewerApp.cpp
parent17be624891943ef0f0fd24bf11cb0db23e142878 (diff)
Fix editor build on mingw
Task-number: QT3DS-3659 Change-Id: Ie3f4f9fd6712f858942e9c294a49af2b561bbd77 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/viewer/Qt3DSViewerApp.cpp')
-rw-r--r--src/viewer/Qt3DSViewerApp.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/viewer/Qt3DSViewerApp.cpp b/src/viewer/Qt3DSViewerApp.cpp
index 3199124..2180caf 100644
--- a/src/viewer/Qt3DSViewerApp.cpp
+++ b/src/viewer/Qt3DSViewerApp.cpp
@@ -48,14 +48,6 @@
#include <mach-o/dyld.h>
#endif
-namespace qt3ds {
-void Qt3DSAssert(const char *exp, const char *file, int line, bool *ignore)
-{
- Q_UNUSED(ignore)
- qCritical() << "Assertion thrown: " << file << " " << line << " " << exp;
-}
-}
-
#ifndef EASTL_DEBUG_BREAK
void EASTL_DEBUG_BREAK()
{