mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-26 05:42:47 +01:00
Removed debug statement for scrolling menu destructor.
This commit is contained in:
@@ -67,8 +67,6 @@ ScrollingList::~ScrollingList()
|
|||||||
{
|
{
|
||||||
if(*it != NULL)
|
if(*it != NULL)
|
||||||
{
|
{
|
||||||
Logger::Write(Logger::ZONE_DEBUG, "ScrollingList", "Free");
|
|
||||||
|
|
||||||
DeallocateTexture(*it);
|
DeallocateTexture(*it);
|
||||||
if((*it)->GetCollectionItem())
|
if((*it)->GetCollectionItem())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user