From 1b0875dd781a106c0e5708016f48010165c9abc5 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 4 Oct 2020 20:06:18 +0200 Subject: [PATCH] remove comment --- client/src/proxguiqt.cpp | 1 - 1 file changed, 1 deletion(-) 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) {