mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-05-05 11:11:42 -04:00
removed useless variables .
This commit is contained in:
parent
a64b11d6a4
commit
eefb3c28bd
2 changed files with 0 additions and 7 deletions
|
@ -50,8 +50,6 @@ IMPLEMENT_DYNCREATE(CViewObjects, CTreeView)
|
|||
|
||||
CViewObjects::CViewObjects()
|
||||
{
|
||||
m_ready = FALSE;
|
||||
|
||||
}
|
||||
|
||||
CViewObjects::~CViewObjects()
|
||||
|
@ -1226,9 +1224,6 @@ int CViewObjects::OnCreate(LPCREATESTRUCT lpCreateStruct)
|
|||
void CViewObjects::OnInitialUpdate()
|
||||
{
|
||||
CTreeView::OnInitialUpdate();
|
||||
|
||||
|
||||
m_ready = TRUE;
|
||||
}
|
||||
|
||||
void CViewObjects::OnKeydown(NMHDR* pNMHDR, LRESULT* pResult)
|
||||
|
|
|
@ -193,8 +193,6 @@ public:
|
|||
|
||||
// Operationen
|
||||
public:
|
||||
CTreeCtrl* tree;
|
||||
BOOL m_ready;
|
||||
void UpdateDialog();
|
||||
|
||||
// Überschreibungen
|
||||
|
|
Loading…
Add table
Reference in a new issue