CCDraw: remove hide() from destructor.

hide() should be called explicit if required.
This should fix unintentionally call of hide() if objects used on stack.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ea156e933
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-04 (Mon, 04 Jan 2016)



------------------
This commit was generated by Migit
This commit is contained in:
2016-01-04 21:47:14 +01:00
committed by vanhofen
parent 84a0c0abc8
commit b8e9498fdf

View File

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