removed unused 'item' variable

Sun, 08 Sep 2013 22:37:59 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 08 Sep 2013 22:37:59 +0300
changeset 32
91e9c2b710dd
parent 31
dd382c61b16f
child 33
786ba43cdbd1

removed unused 'item' variable

src/config.cpp file | annotate | diff | comparison | revisions
--- a/src/config.cpp	Sun Sep 08 22:29:56 2013 +0300
+++ b/src/config.cpp	Sun Sep 08 22:37:59 2013 +0300
@@ -93,7 +93,6 @@
 		ui->betaVersions->setLayout (m_testLayout);
 	} else {
 		// re-init, clear the layouts
-		QLayoutItem* item;
 		for (QWidget* w : m_binaryLayoutWidgets)
 			delete w;
 		

mercurial