Fix gcc compile error due to ScrollingList improperly calling constructor.

This commit is contained in:
emb 2015-02-19 20:43:28 -06:00
parent 0399c125d7
commit 750d0c6c7e

View File

@ -68,7 +68,6 @@ ScrollingList::ScrollingList(Configuration &c,
, ImageType(imageType)
, Focus(false)
{
Component::Component();
}
ScrollingList::ScrollingList(const ScrollingList &copy)