remove comment

This commit is contained in:
Philippe Teuwen 2020-10-04 20:06:18 +02:00
parent 2422622da1
commit 1b0875dd78

View file

@ -703,7 +703,6 @@ void Plot::Trim(void) {
GraphBuffer[i - lref] = GraphBuffer[i];
GraphTraceLen = rref - lref;
GraphStart = 0;
// RepaintGraphWindow();
}
void Plot::wheelEvent(QWheelEvent *event) {