diff options
| author | Stefan Boberg <[email protected]> | 2021-09-17 19:09:10 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-17 19:09:10 +0200 |
| commit | feb3e97f486e474f0c5775a4c407ef6db540df49 (patch) | |
| tree | d72dffdb0e66ab5b54aec3bbd466850f10bf7417 /zencore/zencore.cpp | |
| parent | Removed WindowsException from public headers (diff) | |
| download | zen-feb3e97f486e474f0c5775a4c407ef6db540df49.tar.xz zen-feb3e97f486e474f0c5775a4c407ef6db540df49.zip | |
Assert improvements
Diffstat (limited to 'zencore/zencore.cpp')
| -rw-r--r-- | zencore/zencore.cpp | 10 |
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; |