We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5698b7c commit 49fbf2bCopy full SHA for 49fbf2b
1 file changed
dConnectDevicePlugin/dConnectDeviceHost/dConnectDeviceHost/Classes/DPHostDevicePlugin.m
@@ -9,7 +9,6 @@
9
10
#import <DConnectSDK/DConnectFileManager.h>
11
#import <DConnectSDK/DConnectEventManager.h>
12
-#import <DConnectSDK/DConnectMemoryCacheController.h>
13
#import <DConnectSDK/DConnectServiceManager.h>
14
15
#import "DPHostDevicePlugin.h"
@@ -22,11 +21,6 @@
22
21
@implementation DPHostDevicePlugin
23
24
+ (void) initialize {
25
- // イベントマネージャの準備
26
- Class clazz = [DPHostDevicePlugin class];
27
- DConnectEventManager *eventMgr =
28
- [DConnectEventManager sharedManagerForClass:clazz];
29
- [eventMgr setController:[DConnectMemoryCacheController new]];
30
}
31
32
- (id) init {
0 commit comments