[vlmc-devel] ProjectWizard: Remove unused variable
Hugo Beauzée-Luyssen
git at videolan.org
Fri Mar 4 17:14:11 CET 2016
vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Mar 2 15:00:37 2016 +0100| [df23267969a97dea459f535799a11948fbc75ee7] | committer: Hugo Beauzée-Luyssen
ProjectWizard: Remove unused variable
> https://code.videolan.org/videolan/vlmc/commit/df23267969a97dea459f535799a11948fbc75ee7
---
src/Gui/wizard/ProjectWizard.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/Gui/wizard/ProjectWizard.cpp b/src/Gui/wizard/ProjectWizard.cpp
index f6261de..f942911 100644
--- a/src/Gui/wizard/ProjectWizard.cpp
+++ b/src/Gui/wizard/ProjectWizard.cpp
@@ -99,8 +99,6 @@ ProjectWizard::accept()
//If he was creating a project, the current page will be the video/audio settings one.
if ( currentId() == Page_Video )
{
- Settings* preferences = Core::getInstance()->settings();
-
Core::getInstance()->newProject( field( "projectName" ).toString(), field( "projectPath" ).toString() );
Settings* projectPreferences = Core::getInstance()->currentProject()->settings();
More information about the Vlmc-devel
mailing list