This commit is contained in:
parent
fcfea94be6
commit
50b875d84b
3 changed files with 8 additions and 12 deletions
|
@ -40,7 +40,6 @@ CMapEditDoc::~CMapEditDoc()
|
|||
BOOL CMapEditDoc::OnNewDocument()
|
||||
{
|
||||
if (!CDocument::OnNewDocument()) return FALSE;
|
||||
TRACE0("New Doc\n");
|
||||
|
||||
return(Core.New());
|
||||
|
||||
|
@ -52,8 +51,6 @@ BOOL CMapEditDoc::OnOpenDocument(LPCTSTR lpszPathName)
|
|||
if (!CDocument::OnOpenDocument(lpszPathName))
|
||||
return FALSE;
|
||||
|
||||
TRACE1("Load Doc %s\n",lpszPathName);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue