mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +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);
|
||||
}
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated {
|
||||
[super viewWillAppear:animated];
|
||||
CFTypeRef viewRef = (__bridge CFTypeRef)self.view;
|
||||
}
|
||||
|
||||
- (void)viewDidDisappear:(BOOL)animated {
|
||||
[super viewDidDisappear:animated];
|
||||
CFTypeRef viewRef = (__bridge CFTypeRef)self.view;
|
||||
|
||||
Reference in New Issue
Block a user