mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-29 09:45:34 +00:00
Remove call to MYGUI_DBG_BREAK which was removed in mygui-git
This commit is contained in:
parent
f0778e22dd
commit
5f34fb0c41
1 changed files with 0 additions and 2 deletions
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
#define MYGUI_PLATFORM_EXCEPT(dest) do { \
|
#define MYGUI_PLATFORM_EXCEPT(dest) do { \
|
||||||
MYGUI_PLATFORM_LOG(Critical, dest); \
|
MYGUI_PLATFORM_LOG(Critical, dest); \
|
||||||
MYGUI_DBG_BREAK;\
|
|
||||||
std::ostringstream stream; \
|
std::ostringstream stream; \
|
||||||
stream << dest << "\n"; \
|
stream << dest << "\n"; \
|
||||||
MYGUI_BASE_EXCEPT(stream.str().c_str(), "MyGUI"); \
|
MYGUI_BASE_EXCEPT(stream.str().c_str(), "MyGUI"); \
|
||||||
|
@ -33,7 +32,6 @@
|
||||||
if ( ! (exp) ) \
|
if ( ! (exp) ) \
|
||||||
{ \
|
{ \
|
||||||
MYGUI_PLATFORM_LOG(Critical, dest); \
|
MYGUI_PLATFORM_LOG(Critical, dest); \
|
||||||
MYGUI_DBG_BREAK;\
|
|
||||||
std::ostringstream stream; \
|
std::ostringstream stream; \
|
||||||
stream << dest << "\n"; \
|
stream << dest << "\n"; \
|
||||||
MYGUI_BASE_EXCEPT(stream.str().c_str(), "MyGUI"); \
|
MYGUI_BASE_EXCEPT(stream.str().c_str(), "MyGUI"); \
|
||||||
|
|
Loading…
Reference in a new issue