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