From 5bcaaf4911eef11b2fcdfc675541eec184faff07 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 8 Jun 2008 11:38:12 +0000 Subject: [PATCH] fixed typo git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1100 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/gui/widgets/graph.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/widgets/graph.cpp b/src/gui/widgets/graph.cpp index 470792ec2..e58c9f6fc 100644 --- a/src/gui/widgets/graph.cpp +++ b/src/gui/widgets/graph.cpp @@ -194,9 +194,6 @@ void graph::changeSampleAt(int _x, int _y) printf("%d, (%d*%f/( %d-4 ) ) + %f \n", _x, _y, range, height(), maxVal ); - float tmp = _y*range - printf("%d, %d\n", _x, tmp ); - model()->setSampleAt( (int)( _x*xscale ), val ); }