From 2fa1bdedd9b609a72ef70c557b04e928bc000ad7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 24 Mar 2012 08:00:47 +0000 Subject: [PATCH] Removed unused copy of thumbnails. --- gui/mainwindow.cpp | 2 -- gui/mainwindow.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index b7916b6..7be98e2 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -848,8 +848,6 @@ void MainWindow::replayStateFound(ApiTraceState *state) void MainWindow::replayThumbnailsFound(const QList &thumbnails) { - m_thumbnails = thumbnails; - m_trace->bindThumbnailsToFrames(thumbnails); } diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 3bd9edb..d898f3c 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -118,8 +118,6 @@ private: ApiTraceEvent *m_stateEvent; - QList m_thumbnails; - Retracer *m_retracer; VertexDataInterpreter *m_vdataInterpreter; -- 2.43.0