mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Remove unused variables
This commit is contained in:
parent
93b1fbbcdc
commit
f6833cf595
@ -200,7 +200,7 @@ void *glkitview_init(void);
|
||||
|
||||
- (void)viewWillLayoutSubviews
|
||||
{
|
||||
float width = 0.0f, height = 0.0f, tenpctw, tenpcth;
|
||||
float width = 0.0f, height = 0.0f;
|
||||
RAScreen *screen = (BRIDGE RAScreen*)get_chosen_screen();
|
||||
UIInterfaceOrientation orientation = self.interfaceOrientation;
|
||||
CGRect screenSize = [screen bounds];
|
||||
@ -222,9 +222,6 @@ void *glkitview_init(void);
|
||||
: CGRectGetWidth(screenSize);
|
||||
}
|
||||
|
||||
tenpctw = width / 10.0f;
|
||||
tenpcth = height / 10.0f;
|
||||
|
||||
[self adjustViewFrameForSafeArea];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user