Skip to content

Commit 55e8d84

Browse files
author
alexbruy
committed
remove unnecessary return statement
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15262 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3519c16 commit 55e8d84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gui/symbology-ng/qgsstylev2exportimportdialog.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ void QgsStyleV2ExportImportDialog::doExportImport()
124124

125125
mFileName = "";
126126
mTempStyle->clear();
127-
128-
return;
129127
}
130128

131129
bool QgsStyleV2ExportImportDialog::populateStyles( QgsStyleV2* style )

0 commit comments

Comments
 (0)