MediaClient: Remove operator overloding from private class
This commit is contained in:
@@ -55,12 +55,6 @@ public:
|
||||
{
|
||||
return dynamic_cast<BMediaInput*>(ConnReleaser::Obj());
|
||||
}
|
||||
|
||||
operator BMediaInput* () const
|
||||
{
|
||||
return Obj();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -74,11 +68,6 @@ public:
|
||||
{
|
||||
return dynamic_cast<BMediaOutput*>(ConnReleaser::Obj());
|
||||
}
|
||||
|
||||
operator BMediaOutput* () const
|
||||
{
|
||||
return Obj();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user