Skip to content
Snippets Groups Projects
Commit cdbae9df authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

EventManager: Remove onStateChange event

parent 38a18211
No related branches found
No related tags found
1 merge request!26Remove media states
Pipeline #200743 passed with stage
in 59 seconds
......@@ -355,7 +355,6 @@ class MediaEventManager : public EventManager
(*callback)( media != nullptr ? std::make_shared<Media>( media, true ) : nullptr );
});
}
#endif
/**
* \brief onStateChanged Registers an event called when the Media state changes
......@@ -372,6 +371,7 @@ class MediaEventManager : public EventManager
(*callback)( e->u.media_state_changed.new_state );
});
}
#endif
/**
* \brief onSubItemTreeAdded Registers an event called when all subitem have been added.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment