From 02b06ae91ec5f90a1b4c8606841e2fd92e8d9a45 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 16 Mar 2009 17:14:40 +0100 Subject: [PATCH] TrackContentWidget: cleaned up unused variable --- include/track.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/track.h b/include/track.h index a6ae93728..882df2671 100644 --- a/include/track.h +++ b/include/track.h @@ -283,8 +283,6 @@ private: typedef QVector tcoViewVector; tcoViewVector m_tcoViews; - int m_pixelsPerTact; - QPixmap m_background; } ;