Skip to content
Snippets Groups Projects
Commit 8b7646bc authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Removed two no longer used variables

parent a3ab4caf
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment