From 8b7646bc222f42282b7f8c7614a90af9003ff9f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= <thorbjorn.lindeijer@nokia.com>
Date: Mon, 1 Feb 2010 16:46:03 +0100
Subject: [PATCH] Removed two no longer used variables

---
 src/plugins/coreplugin/editormanager/editorview.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/plugins/coreplugin/editormanager/editorview.cpp b/src/plugins/coreplugin/editormanager/editorview.cpp
index f87c1c1e0b2..9d9e6114521 100644
--- a/src/plugins/coreplugin/editormanager/editorview.cpp
+++ b/src/plugins/coreplugin/editormanager/editorview.cpp
@@ -464,7 +464,6 @@ void EditorView::updateEditorHistory(IEditor *editor)
     if (!file)
         return;
 
-    QString fileName = file->fileName();
     QByteArray state = editor->saveState();
 
     EditLocation location;
@@ -499,7 +498,6 @@ void EditorView::addCurrentPositionToNavigationHistory(IEditor *editor, const QB
     if (!file)
         return;
 
-    QString fileName = file->fileName();
     QByteArray state;
     if (saveState.isNull()) {
         state = editor->saveState();
-- 
GitLab