mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-29 17:46:32 +00:00
Remove unused font variable.
This commit is contained in:
parent
a8486e833f
commit
da3e300b58
@ -65,12 +65,9 @@ public:
|
||||
CFRelease(font);
|
||||
}
|
||||
void Destroy() {
|
||||
//CFRelease(font);
|
||||
font = {};
|
||||
}
|
||||
|
||||
NSDictionary* attributes = nil;
|
||||
CTFontRef font = nil;
|
||||
std::string fname;
|
||||
int height;
|
||||
int bold;
|
||||
|
Loading…
x
Reference in New Issue
Block a user