Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove unnecessary return statement
git-svn-id: http://svn.osgeo.org/qgis/trunk@15262 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
alexbruy committed Feb 25, 2011
1 parent 7fea9e0 commit bdbbcfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/symbology-ng/qgsstylev2exportimportdialog.cpp
Expand Up @@ -124,8 +124,6 @@ void QgsStyleV2ExportImportDialog::doExportImport()

mFileName = "";
mTempStyle->clear();

return;
}

bool QgsStyleV2ExportImportDialog::populateStyles( QgsStyleV2* style )
Expand Down

0 comments on commit bdbbcfa

Please sign in to comment.