diff --git a/client/src/proxguiqt.cpp b/client/src/proxguiqt.cpp index 3e94469c0..e0fe0c2c1 100644 --- a/client/src/proxguiqt.cpp +++ b/client/src/proxguiqt.cpp @@ -703,7 +703,6 @@ void Plot::Trim(void) { GraphBuffer[i - lref] = GraphBuffer[i]; GraphTraceLen = rref - lref; GraphStart = 0; -// RepaintGraphWindow(); } void Plot::wheelEvent(QWheelEvent *event) {