fakevim: remove now unneeded oldTabSettings

Change-Id: I61c817bf1efa16fda88b71bfbbf8d6f4cd8644f0
Reviewed-on: http://codereview.qt.nokia.com/2674
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-08-05 10:37:02 +02:00
committed by hjk
parent 0c8df0597f
commit 258d168a91

View File

@@ -1668,7 +1668,6 @@ void FakeVimPluginPrivate::indentRegion(int beginLine, int endLine,
if (!bt)
return;
const TabSettings oldTabSettings = bt->tabSettings();
TabSettings tabSettings;
tabSettings.m_indentSize = theFakeVimSetting(ConfigShiftWidth)->value().toInt();
tabSettings.m_tabSize = theFakeVimSetting(ConfigTabStop)->value().toInt();