forked from qt-creator/qt-creator
Removed two no longer used variables
This commit is contained in:
@@ -464,7 +464,6 @@ void EditorView::updateEditorHistory(IEditor *editor)
|
|||||||
if (!file)
|
if (!file)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
QString fileName = file->fileName();
|
|
||||||
QByteArray state = editor->saveState();
|
QByteArray state = editor->saveState();
|
||||||
|
|
||||||
EditLocation location;
|
EditLocation location;
|
||||||
@@ -499,7 +498,6 @@ void EditorView::addCurrentPositionToNavigationHistory(IEditor *editor, const QB
|
|||||||
if (!file)
|
if (!file)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
QString fileName = file->fileName();
|
|
||||||
QByteArray state;
|
QByteArray state;
|
||||||
if (saveState.isNull()) {
|
if (saveState.isNull()) {
|
||||||
state = editor->saveState();
|
state = editor->saveState();
|
||||||
|
|||||||
Reference in New Issue
Block a user