CCDraw: remove hide() from destructor.

hide() should be called explicit if required.
This should fix unintentionally call of hide() if objects used on stack.
This commit is contained in:
2016-01-04 21:47:14 +01:00
committed by svenhoefer
parent 0b246f32e9
commit 2ea156e933

View File

@@ -76,7 +76,6 @@ CCDraw::CCDraw() : COSDFader(g_settings.theme.menu_Content_alpha)
CCDraw::~CCDraw()
{
hide();
clearFbData();
}