diff options
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/ios7/ios7_video.mm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/backends/platform/ios7/ios7_video.mm b/backends/platform/ios7/ios7_video.mm index e3c3edf06b..78e7dc254c 100644 --- a/backends/platform/ios7/ios7_video.mm +++ b/backends/platform/ios7/ios7_video.mm @@ -29,9 +29,6 @@ #include "common/system.h" #import "iOS7AppDelegate.h" -static int g_fullWidth; -static int g_fullHeight; - static int g_needsScreenUpdate = 0; #if 0 @@ -389,9 +386,6 @@ uint getSizeNextPOT(uint size) { [self setupGestureRecognizers]; - g_fullWidth = (int)MAX(frame.size.width, frame.size.height); - g_fullHeight = (int)MIN(frame.size.width, frame.size.height); - [self setContentScaleFactor:[[UIScreen mainScreen] scale]]; _scalerMemorySrc = NULL; |