aboutsummaryrefslogtreecommitdiff
path: root/zencore/zencore.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-17 19:09:10 +0200
committerStefan Boberg <[email protected]>2021-09-17 19:09:10 +0200
commitfeb3e97f486e474f0c5775a4c407ef6db540df49 (patch)
treed72dffdb0e66ab5b54aec3bbd466850f10bf7417 /zencore/zencore.cpp
parentRemoved WindowsException from public headers (diff)
downloadzen-feb3e97f486e474f0c5775a4c407ef6db540df49.tar.xz
zen-feb3e97f486e474f0c5775a4c407ef6db540df49.zip
Assert improvements
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;