- Fixed: All clang 5.0 warnings.
- Renamed autostart/autozend since Xcode’s build process links in strictly alphabetical order.
This commit is contained in:
parent
cd3f5db16a
commit
d8ff4ec281
31 changed files with 57 additions and 81 deletions
|
|
@ -468,11 +468,6 @@ FOptionMenuItem::~FOptionMenuItem()
|
|||
if (mLabel != NULL) delete [] mLabel;
|
||||
}
|
||||
|
||||
bool FOptionMenuItem::CheckCoordinate(FOptionMenuDescriptor *desc, int x, int y)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
int FOptionMenuItem::Draw(FOptionMenuDescriptor *desc, int y, int indent, bool selected)
|
||||
{
|
||||
return indent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue