Fixed extra comments being added on export/undo (might have broken other stuff)

Originally committed to SVN as r220.
This commit is contained in:
Rodrigo Braz Monteiro 2006-03-13 22:12:23 +00:00
parent 38dd8e0fb5
commit cb2c5ed6e7
1 changed files with 0 additions and 4 deletions

View File

@ -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"));
}