mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-03 11:43:07 +02:00
Remove empty Obj-C extensions
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
#import "GBAboutController.h"
|
#import "GBAboutController.h"
|
||||||
|
|
||||||
@interface GBAboutController ()
|
|
||||||
|
|
||||||
@end
|
|
||||||
|
|
||||||
@implementation GBAboutController
|
@implementation GBAboutController
|
||||||
{
|
{
|
||||||
UILabel *_titleLabel;
|
UILabel *_titleLabel;
|
||||||
|
@@ -1,10 +1,6 @@
|
|||||||
#import "GBLoadROMTableViewController.h"
|
#import "GBLoadROMTableViewController.h"
|
||||||
#import "GBROMManager.h"
|
#import "GBROMManager.h"
|
||||||
|
|
||||||
@interface GBLoadROMTableViewController ()
|
|
||||||
|
|
||||||
@end
|
|
||||||
|
|
||||||
@implementation GBLoadROMTableViewController
|
@implementation GBLoadROMTableViewController
|
||||||
{
|
{
|
||||||
NSIndexPath *_renamingPath;
|
NSIndexPath *_renamingPath;
|
||||||
|
@@ -4,10 +4,6 @@
|
|||||||
#import "GBViewController.h"
|
#import "GBViewController.h"
|
||||||
#import "GBROMManager.h"
|
#import "GBROMManager.h"
|
||||||
|
|
||||||
@interface GBMenuViewController ()
|
|
||||||
|
|
||||||
@end
|
|
||||||
|
|
||||||
@implementation GBMenuViewController
|
@implementation GBMenuViewController
|
||||||
|
|
||||||
+ (instancetype)menu
|
+ (instancetype)menu
|
||||||
|
@@ -1,9 +1,5 @@
|
|||||||
#import "GBOptionViewController.h"
|
#import "GBOptionViewController.h"
|
||||||
|
|
||||||
@interface GBOptionViewController ()
|
|
||||||
|
|
||||||
@end
|
|
||||||
|
|
||||||
@implementation GBOptionViewController
|
@implementation GBOptionViewController
|
||||||
{
|
{
|
||||||
NSMutableArray<NSString *> *_options;
|
NSMutableArray<NSString *> *_options;
|
||||||
|
@@ -3,10 +3,6 @@
|
|||||||
#import "GBROMManager.h"
|
#import "GBROMManager.h"
|
||||||
#import "GBViewController.h"
|
#import "GBViewController.h"
|
||||||
|
|
||||||
@interface GBStatesViewController ()
|
|
||||||
|
|
||||||
@end
|
|
||||||
|
|
||||||
@implementation GBStatesViewController
|
@implementation GBStatesViewController
|
||||||
|
|
||||||
- (void)updateSlotView:(GBSlotButton *)view
|
- (void)updateSlotView:(GBSlotButton *)view
|
||||||
|
Reference in New Issue
Block a user