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:

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
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.