[vlmc-devel] [PATCH] Core: Remove the member initialization list
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Sun Apr 10 14:03:51 CEST 2016
On 04/10/2016 10:14 AM, Yikai Lu wrote:
> Since we don't use it in Core, it should be removed to make clear that it is not used.
> ---
> 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;
>
Fair enough, applied!
--
Hugo Beauzée-Luyssen
www.beauzee.fr
More information about the Vlmc-devel
mailing list