Skip to content
Snippets Groups Projects
Commit 54452fcd authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Rémi Denis-Courmont
Browse files

dash: IMPDManager: Removing useless constructor


Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 49e90877
No related branches found
No related tags found
No related merge requests found
......@@ -29,14 +29,6 @@
using namespace dash::mpd;
NullManager::NullManager ()
{
}
NullManager::~NullManager ()
{
}
const std::vector<Period *>& NullManager::getPeriods () const
{
return this->periods;
......
......@@ -39,9 +39,6 @@ namespace dash
class NullManager : public IMPDManager
{
public:
NullManager ();
virtual ~NullManager();
const std::vector<Period *>& getPeriods () const;
Period* getFirstPeriod ();
Period* getNextPeriod (Period *period);
......
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