Removing dead code

This commit is contained in:
Stefan Csomor
2017-06-25 22:45:47 +02:00
parent ccf5f80f7f
commit 40d77062b0

View File

@@ -179,7 +179,6 @@ int wxDisplayDepth()
// Get size of display
void wxDisplaySize(int *width, int *height)
{
CGRect r = [[UIScreen mainScreen] applicationFrame];
CGRect bounds = [[UIScreen mainScreen] bounds];
if ( UIInterfaceOrientationIsPortrait([[UIApplication sharedApplication] statusBarOrientation]) )