remove annoying comment

This commit is contained in:
Christophe Alexandre 2008-07-25 14:45:20 +00:00
parent 7857044814
commit 0968118cd3
1 changed files with 2 additions and 2 deletions

View File

@ -332,7 +332,7 @@ namespace Hurricane {
void CellWidget::redraw ( QRect redrawArea ) void CellWidget::redraw ( QRect redrawArea )
{ {
cerr << "CellWidget::redraw()" << endl; //cerr << "CellWidget::redraw()" << endl;
_redrawRectCount = 0; _redrawRectCount = 0;
@ -375,7 +375,7 @@ namespace Hurricane {
if ( _showSelection ) if ( _showSelection )
redrawSelection ( redrawArea ); redrawSelection ( redrawArea );
cerr << "CellWidget::redraw() - finished." << endl; //cerr << "CellWidget::redraw() - finished." << endl;
update (); update ();
popCursor (); popCursor ();