X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a68a361276d925b58e574e7d0e5a45f0108d82b4..af4168e2cfbeffbe3b53380471aa31e9ab63a598:/src/common/docview.cpp diff --git a/src/common/docview.cpp b/src/common/docview.cpp index b1d2971fcb..45205f0e00 100644 --- a/src/common/docview.cpp +++ b/src/common/docview.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: Vadim Zeitlin // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -1512,7 +1511,6 @@ wxDocument *wxDocManager::CreateDocument(const wxString& pathOrig, long flags) return NULL; docNew->SetDocumentName(temp->GetDocumentName()); - docNew->SetDocumentTemplate(temp); wxTRY {