mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Cleanup
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
|
||||
#import <LegacyComponents/LegacyComponents.h>
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
||||
typedef enum {
|
||||
Inch35 = 0,
|
||||
Inch4 = 1,
|
||||
@@ -316,7 +319,6 @@ typedef enum {
|
||||
if ([EAGLContext currentContext] == _glkView.context)
|
||||
[EAGLContext setCurrentContext:nil];
|
||||
|
||||
_glkView.context = nil;
|
||||
_context = nil;
|
||||
[_glkView removeFromSuperview];
|
||||
_glkView = nil;
|
||||
@@ -767,3 +769,5 @@ NSInteger _current_page_end;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
Reference in New Issue
Block a user