forked from mia/Aegisub
Fixed extra comments being added on export/undo (might have broken other stuff)
Originally committed to SVN as r220.
This commit is contained in:
parent
38dd8e0fb5
commit
cb2c5ed6e7
1 changed files with 0 additions and 4 deletions
|
@ -320,10 +320,6 @@ AssFile::AssFile (AssFile &from) {
|
|||
for (list<AssEntry*>::iterator cur=from.Line.begin();cur!=from.Line.end();cur++) {
|
||||
Line.push_back((*cur)->Clone());
|
||||
}
|
||||
|
||||
// Add comments
|
||||
AddComment(_T("Script generated by Aegisub"));
|
||||
AddComment(_T("http://www.aegisub.net"));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue