mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 17:35:36 +00:00
ui/app: remove unused method
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -83,11 +83,6 @@ static void redraw(CFTypeRef viewRef, BOOL sync) {
|
|||||||
onCreate((__bridge CFTypeRef)self.view);
|
onCreate((__bridge CFTypeRef)self.view);
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)viewWillAppear:(BOOL)animated {
|
|
||||||
[super viewWillAppear:animated];
|
|
||||||
CFTypeRef viewRef = (__bridge CFTypeRef)self.view;
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)viewDidDisappear:(BOOL)animated {
|
- (void)viewDidDisappear:(BOOL)animated {
|
||||||
[super viewDidDisappear:animated];
|
[super viewDidDisappear:animated];
|
||||||
CFTypeRef viewRef = (__bridge CFTypeRef)self.view;
|
CFTypeRef viewRef = (__bridge CFTypeRef)self.view;
|
||||||
|
|||||||
Reference in New Issue
Block a user