mirror of https://github.com/axmolengine/axmol.git
issue #1405: Remove unused method 'CCEGLView::getFrameSize' for ios port.
This commit is contained in:
parent
c4d4a032e3
commit
ba78ac7d6d
|
@ -99,12 +99,6 @@ void CCEGLView::swapBuffers()
|
|||
[[EAGLView sharedEGLView] swapBuffers];
|
||||
}
|
||||
|
||||
CCSize CCEGLView::getFrameSize()
|
||||
{
|
||||
assert(false);
|
||||
return CCSizeMake(0, 0);
|
||||
}
|
||||
|
||||
void CCEGLView::setIMEKeyboardState(bool bOpen)
|
||||
{
|
||||
if (bOpen)
|
||||
|
|
Loading…
Reference in New Issue