Remove unused variable.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=838503
This commit is contained in:
Bram Schoenmakers 2008-07-28 00:33:41 +00:00
parent 88b7a7022e
commit 2fc6f26c86

View File

@ -849,8 +849,6 @@ void SignalPlotter::drawPlots(QPainter *p, int top, int w, int h, int horizontal
j < prev_prev_datapoints.count() &&
j < prev_datapoints.count()) {
QPolygon curve(4);
// The height of the whole widget is h+top-> The height of the area we are plotting in is just h.
// The y coordinate system starts from the top, so at the bottom the y coordinate is h+top.
// So to draw a point at value y', we need to put this at h+top-y'