Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX
This commit is contained in:
@@ -148,7 +148,6 @@ void GUIEditBoxWithScrollBar::enableOverrideColor(bool enable)
|
||||
|
||||
bool GUIEditBoxWithScrollBar::isOverrideColorEnabled() const
|
||||
{
|
||||
_IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX;
|
||||
return m_override_color_enabled;
|
||||
}
|
||||
|
||||
@@ -174,7 +173,6 @@ void GUIEditBoxWithScrollBar::updateAbsolutePosition()
|
||||
//! Checks if word wrap is enabled
|
||||
bool GUIEditBoxWithScrollBar::isWordWrapEnabled() const
|
||||
{
|
||||
_IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX;
|
||||
return m_word_wrap;
|
||||
}
|
||||
|
||||
@@ -189,7 +187,6 @@ void GUIEditBoxWithScrollBar::setMultiLine(bool enable)
|
||||
//! Checks if multi line editing is enabled
|
||||
bool GUIEditBoxWithScrollBar::isMultiLineEnabled() const
|
||||
{
|
||||
_IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX;
|
||||
return m_multiline;
|
||||
}
|
||||
|
||||
@@ -208,7 +205,6 @@ void GUIEditBoxWithScrollBar::setPasswordBox(bool password_box, wchar_t password
|
||||
|
||||
bool GUIEditBoxWithScrollBar::isPasswordBox() const
|
||||
{
|
||||
_IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX;
|
||||
return m_passwordbox;
|
||||
}
|
||||
|
||||
@@ -866,7 +862,6 @@ void GUIEditBoxWithScrollBar::setAutoScroll(bool enable)
|
||||
//! \return true if automatic scrolling is enabled, false if not
|
||||
bool GUIEditBoxWithScrollBar::isAutoScrollEnabled() const
|
||||
{
|
||||
_IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX;
|
||||
return m_autoscroll;
|
||||
}
|
||||
|
||||
|
@@ -182,7 +182,6 @@ void intlGUIEditBox::enableOverrideColor(bool enable)
|
||||
|
||||
bool intlGUIEditBox::isOverrideColorEnabled() const
|
||||
{
|
||||
_IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX;
|
||||
return OverrideColorEnabled;
|
||||
}
|
||||
|
||||
@@ -208,7 +207,6 @@ void intlGUIEditBox::updateAbsolutePosition()
|
||||
//! Checks if word wrap is enabled
|
||||
bool intlGUIEditBox::isWordWrapEnabled() const
|
||||
{
|
||||
_IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX;
|
||||
return WordWrap;
|
||||
}
|
||||
|
||||
@@ -223,7 +221,6 @@ void intlGUIEditBox::setMultiLine(bool enable)
|
||||
//! Checks if multi line editing is enabled
|
||||
bool intlGUIEditBox::isMultiLineEnabled() const
|
||||
{
|
||||
_IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX;
|
||||
return MultiLine;
|
||||
}
|
||||
|
||||
@@ -243,7 +240,6 @@ void intlGUIEditBox::setPasswordBox(bool passwordBox, wchar_t passwordChar)
|
||||
|
||||
bool intlGUIEditBox::isPasswordBox() const
|
||||
{
|
||||
_IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX;
|
||||
return PasswordBox;
|
||||
}
|
||||
|
||||
@@ -980,7 +976,6 @@ void intlGUIEditBox::setAutoScroll(bool enable)
|
||||
//! \return true if automatic scrolling is enabled, false if not
|
||||
bool intlGUIEditBox::isAutoScrollEnabled() const
|
||||
{
|
||||
_IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX;
|
||||
return AutoScroll;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user