mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
Remove unused last arg from paint
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1937 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 66843bf552
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-12-05 (Mon, 05 Dec 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3446,7 +3446,7 @@ int CMenuSelector::exec(CMenuTarget* /*parent*/)
|
||||
return menu_return::RETURN_EXIT;
|
||||
};
|
||||
|
||||
int CMenuSelector::paint(bool selected, bool /*last*/)
|
||||
int CMenuSelector::paint(bool selected)
|
||||
{
|
||||
CFrameBuffer * frameBuffer = CFrameBuffer::getInstance();
|
||||
|
||||
|
Reference in New Issue
Block a user