mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-26 22:02:56 +01:00
Fix gcc compile error due to ScrollingList improperly calling constructor.
This commit is contained in:
@@ -68,7 +68,6 @@ ScrollingList::ScrollingList(Configuration &c,
|
||||
, ImageType(imageType)
|
||||
, Focus(false)
|
||||
{
|
||||
Component::Component();
|
||||
}
|
||||
|
||||
ScrollingList::ScrollingList(const ScrollingList ©)
|
||||
|
||||
Reference in New Issue
Block a user