diff options
Diffstat (limited to 'src/d/lyt/msg_window/d_lyt_msg_window.cpp')
| -rw-r--r-- | src/d/lyt/msg_window/d_lyt_msg_window.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/d/lyt/msg_window/d_lyt_msg_window.cpp b/src/d/lyt/msg_window/d_lyt_msg_window.cpp index af85c022..53431f92 100644 --- a/src/d/lyt/msg_window/d_lyt_msg_window.cpp +++ b/src/d/lyt/msg_window/d_lyt_msg_window.cpp @@ -743,7 +743,6 @@ void dLytMsgWindow_c::setCurrentFlowFilename(const char *name) { mCurrentFlowFileName = name; } -#pragma dont_inline on void dLytMsgWindow_c::createSubMsgManager(u8 type) { switch (type) { case 6: @@ -792,8 +791,6 @@ void dLytMsgWindow_c::createSubMsgManager(u8 type) { } } -#pragma dont_inline off - void dLytMsgWindow_c::removeSubMsgManagers() { if (mpWindowTalk != nullptr) { mpWindowTalk->remove(); |
