Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ollydbg on November 08, 2011, 07:17:49 am
Title:
unused member variable in cbEditor.cpp class cbEditorInternalData
Post by:
ollydbg
on
November 08, 2011, 07:17:49 am
By reading the source code, I found that this variable is un-used:
Code
m_LastDebugLine
Any ideas?
Title:
Re: unused member variable in cbEditor.cpp class cbEditorInternalData
Post by:
MortenMacFly
on
November 08, 2011, 09:32:54 am
Quote from: ollydbg on November 08, 2011, 07:17:49 am
Code
m_LastDebugLine
I guess its a relict from very old days, where the debugger was strongly coupled. If there isn't an interface to that variable which might be used by a plugin, this could be removed.