Removed two no longer used variables

This commit is contained in:
Thorbjørn Lindeijer
2010-02-01 16:46:03 +01:00
parent a3ab4caf79
commit 8b7646bc22

View File

@@ -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();