Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Henrik Eriksson committed Apr 27, 2007
1 parent 5b5e46e commit e89ca64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions OMNotebook/Pltpkg2/graphWidget.cpp
Expand Up @@ -331,8 +331,6 @@ void GraphWidget::getData()
QString command;
ds >> command;

// cout << "getData" << ": " << QVariant(activeSocket->bytesAvailable()).toString().toStdString() << endl;

if(command == QString("clear"))
// clear(in);
;
Expand Down Expand Up @@ -1543,7 +1541,6 @@ void GraphWidget::plotPtolemyDataStream()
p->setVisible(temporaryCurves[currentYVar]->drawPoints);
temporaryCurves[currentYVar]->dataPoints.append(p);

// variables[currentYVar]->currentIndex++;
}
}
}
Expand Down

0 comments on commit e89ca64

Please sign in to comment.