aboutsummaryrefslogtreecommitdiff
path: root/zencore/zencore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zencore/zencore.cpp')
-rw-r--r--zencore/zencore.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/zencore/zencore.cpp b/zencore/zencore.cpp
index bb457ed0a..d0b1135dc 100644
--- a/zencore/zencore.cpp
+++ b/zencore/zencore.cpp
@@ -69,16 +69,6 @@ IsDebuggerPresent()
//////////////////////////////////////////////////////////////////////////
-AssertException::AssertException(const char* Msg) : m_Msg(Msg)
-{
-}
-
-AssertException::~AssertException()
-{
-}
-
-//////////////////////////////////////////////////////////////////////////
-
static int s_ApplicationExitCode = 0;
static bool s_ApplicationExitRequested;