Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
8b7646bc
Commit
8b7646bc
authored
Feb 01, 2010
by
Thorbjørn Lindeijer
Browse files
Removed two no longer used variables
parent
a3ab4caf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/editormanager/editorview.cpp
View file @
8b7646bc
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment