mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Drop GP2X platform support.
The GP2X build was unused and totally broken.
This commit is contained in:
@@ -199,17 +199,6 @@ unsigned short MenuSettingRGBA::getSelPart()
|
||||
}
|
||||
}
|
||||
|
||||
void MenuSettingRGBA::adjustInput()
|
||||
{
|
||||
#ifdef PLATFORM_GP2X
|
||||
/*
|
||||
gmenu2x->input.setInterval(30, ACTION_Y );
|
||||
gmenu2x->input.setInterval(30, ACTION_X );
|
||||
gmenu2x->input.setInterval(30, ACTION_L );
|
||||
*/
|
||||
#endif
|
||||
}
|
||||
|
||||
void MenuSettingRGBA::drawSelected(int y)
|
||||
{
|
||||
int x = 166+selPart*36;
|
||||
|
||||
Reference in New Issue
Block a user