Remove redundant initialization
This commit is contained in:
@@ -39,8 +39,7 @@
|
||||
#include "vlcscopedref.h"
|
||||
|
||||
VLCEngine::VLCEngine(TaskManager *task_manager)
|
||||
: EngineBase(),
|
||||
instance_(nullptr),
|
||||
: instance_(nullptr),
|
||||
player_(nullptr),
|
||||
state_(Engine::Empty) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user