omit comments from the "AST"

now that the tree will not be written out any more, we can save some
cpu and memory by not recording the information.
This commit is contained in:
Oswald Buddenhagen
2010-01-18 18:23:12 +01:00
parent 6c7b2d1c87
commit 61772da250
3 changed files with 7 additions and 70 deletions

View File

@@ -34,17 +34,6 @@
QT_BEGIN_NAMESPACE
// --------------- ProItem ------------
void ProItem::setComment(const QString &comment)
{
m_comment = comment;
}
QString ProItem::comment() const
{
return m_comment;
}
// --------------- ProBlock ----------------
ProBlock::ProBlock(ProBlock *parent)