removed useless variables .

This commit is contained in:
Zero Fanker 2024-04-30 22:28:13 -04:00
parent a64b11d6a4
commit eefb3c28bd
2 changed files with 0 additions and 7 deletions

View file

@ -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)

View file

@ -193,8 +193,6 @@ public:
// Operationen
public:
CTreeCtrl* tree;
BOOL m_ready;
void UpdateDialog();
// Überschreibungen