[vlmc-devel] Core: Remove the member initialization list
Yikai Lu
git at videolan.org
Sun Apr 10 14:18:05 CEST 2016
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Sun Apr 10 17:14:37 2016 +0900| [74c66038607c607c9a7cbcfc1c83f61a68df4915] | committer: Hugo Beauzée-Luyssen
Core: Remove the member initialization list
Since we don't use it in Core, it should be removed to make clear that it is not used.
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> https://code.videolan.org/videolan/vlmc/commit/74c66038607c607c9a7cbcfc1c83f61a68df4915
---
src/Main/Core.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/Main/Core.cpp b/src/Main/Core.cpp
index c12fc7a..a5c235b 100644
--- a/src/Main/Core.cpp
+++ b/src/Main/Core.cpp
@@ -40,7 +40,6 @@
#include "Workflow/MainWorkflow.h"
Core::Core()
- : m_currentProject( nullptr )
{
m_backend = Backend::getBackend();
m_effectsEngine = new EffectsEngine;
More information about the Vlmc-devel
mailing list