components: cleanup destructors - remove calls to functions,

already called inside base classes destructors
This commit is contained in:
[CST] Focus
2013-11-29 12:18:43 +04:00
parent 8aa819642d
commit dd7c7fc7ae
8 changed files with 0 additions and 21 deletions

View File

@@ -67,8 +67,6 @@ CComponentsPIP::~CComponentsPIP()
{
hide();
videoDecoder->Pig(-1, -1, -1, -1);
clearSavedScreen();
clear();
}
void CComponentsPIP::paint(bool do_save_bg)