Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

unused member variable in cbEditor.cpp class cbEditorInternalData

(1/1)

ollydbg:
By reading the source code, I found that this variable is un-used:

--- Code: ---m_LastDebugLine
--- End code ---

Any ideas?

MortenMacFly:

--- Quote from: ollydbg on November 08, 2011, 07:17:49 am ---
--- Code: ---m_LastDebugLine
--- End code ---

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

Navigation

[0] Message Index

Go to full version