Skip to content

Commit

Permalink
[Session] Removed unused m_dllHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT committed Oct 2, 2024
1 parent 04b4389 commit d8259be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Session.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "decrypters/IDecrypter.h"

#include <bento4/Ap4.h>
#include <kodi/tools/DllHelper.h>

#if defined(ANDROID)
#include <kodi/platform/android/System.h>
Expand Down Expand Up @@ -342,7 +341,6 @@ class ATTR_DLL_LOCAL CSession : public adaptive::AdaptiveStreamObserver
const std::vector<std::string_view>& keySystems);

private:
std::unique_ptr<kodi::tools::CDllHelper> m_dllHelper;
std::shared_ptr<DRM::IDecrypter> m_decrypter;

struct CCdmSession
Expand Down

0 comments on commit d8259be

Please sign in to comment.