mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-15 19:28:53 +01:00
Removed debug statement for scrolling menu destructor.
This commit is contained in:
parent
b6c60ceb76
commit
ccdafb0e8f
@ -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())
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user