Skip to content

Commit 49fbf2b

Browse files
committed
Hostプラグインでの不要な初期化処理を削除。
1 parent 5698b7c commit 49fbf2b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

dConnectDevicePlugin/dConnectDeviceHost/dConnectDeviceHost/Classes/DPHostDevicePlugin.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#import <DConnectSDK/DConnectFileManager.h>
1111
#import <DConnectSDK/DConnectEventManager.h>
12-
#import <DConnectSDK/DConnectMemoryCacheController.h>
1312
#import <DConnectSDK/DConnectServiceManager.h>
1413

1514
#import "DPHostDevicePlugin.h"
@@ -22,11 +21,6 @@
2221
@implementation DPHostDevicePlugin
2322

2423
+ (void) initialize {
25-
// イベントマネージャの準備
26-
Class clazz = [DPHostDevicePlugin class];
27-
DConnectEventManager *eventMgr =
28-
[DConnectEventManager sharedManagerForClass:clazz];
29-
[eventMgr setController:[DConnectMemoryCacheController new]];
3024
}
3125

3226
- (id) init {

0 commit comments

Comments
 (0)