Skip to content

Commit b0cf129

Browse files
authored
Remove unused code (#415)
* chore: remove unused module * chore: remove unused event
1 parent 1c29687 commit b0cf129

File tree

6 files changed

+0
-47
lines changed

6 files changed

+0
-47
lines changed

packages/app-runtime/src/AppConfig.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ export function createAppConfig(...configs: (AppConfigOverwrite | AppConfig)[]):
3434
datawalletEnabled: true
3535
},
3636
modules: {
37-
appLaunch: {
38-
name: "appLaunch",
39-
displayName: "App Launch Module",
40-
location: "appLaunch",
41-
enabled: true
42-
},
4337
pushNotification: {
4438
name: "pushNotification",
4539
displayName: "Push Notification Module",

packages/app-runtime/src/AppRuntime.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { AppStringProcessor } from "./AppStringProcessor";
1212
import { AccountSelectedEvent } from "./events";
1313
import { AppServices, IUIBridge } from "./extensibility";
1414
import {
15-
AppLaunchModule,
1615
AppRuntimeModuleConfiguration,
1716
AppSyncModule,
1817
IAppRuntimeModuleConstructor,
@@ -238,7 +237,6 @@ export class AppRuntime extends Runtime<AppConfig> {
238237
}
239238

240239
private static moduleRegistry: Record<string, IAppRuntimeModuleConstructor | undefined> = {
241-
appLaunch: AppLaunchModule,
242240
appSync: AppSyncModule,
243241
identityDeletionProcessStatusChanged: IdentityDeletionProcessStatusChangedModule,
244242
mailReceived: MailReceivedModule,

packages/app-runtime/src/modules/appEvents/AppLaunchModule.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export * from "./AppLaunchModule";
21
export * from "./MailReceivedModule";
32
export * from "./OnboardingChangeReceivedModule";
43
export * from "./RelationshipTemplateProcessedModule";

packages/app-runtime/src/natives/events/UrlOpenEvent.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export * from "./AppReadyEvent";
22
export * from "./RemoteNotificationEvent";
33
export * from "./RemoteNotificationRegistrationEvent";
4-
export * from "./UrlOpenEvent";

0 commit comments

Comments
 (0)