Skip to content

Commit 699dda9

Browse files
committed
chore: remove immutable x functions
1 parent 0364d7c commit 699dda9

22 files changed

Lines changed: 7 additions & 825 deletions

Source/Immutable/Private/Immutable/Actions/ImtblConnectImxAsyncAction.cpp

Lines changed: 0 additions & 87 deletions
This file was deleted.

Source/Immutable/Private/Immutable/Actions/ImtblEmbeddedLoginAsyncAction.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#include "Immutable/Actions/ImtblEmbeddedLoginAsyncAction.h"
1+
#include "Immutable/Actions/ImtblEmbeddedLoginAsyncAction.h"
22

3-
#include "Immutable/Actions/ImtblConnectImxAsyncAction.h"
43
#include "Immutable/Browser/ImmutableJSConnectorBrowserWidget.h"
54

65
UImtblEmbeddedLoginAsyncAction* UImtblEmbeddedLoginAsyncAction::Login(UObject* WorldContextObject, UImmutableJSConnectorBrowserWidget* JSConnectorBrowserWidget)

Source/Immutable/Private/Immutable/Actions/ImtblPassportGetAddressAsyncAction.cpp

Lines changed: 0 additions & 48 deletions
This file was deleted.

Source/Immutable/Private/Immutable/Actions/ImtblPassportImxBatchNftTransferAsyncAction.cpp

Lines changed: 0 additions & 60 deletions
This file was deleted.

Source/Immutable/Private/Immutable/Actions/ImtblPassportImxIsRegisteredOffchainAsyncAction.cpp

Lines changed: 0 additions & 43 deletions
This file was deleted.

Source/Immutable/Private/Immutable/Actions/ImtblPassportImxRegisterOffchainAsyncAction.cpp

Lines changed: 0 additions & 53 deletions
This file was deleted.

Source/Immutable/Private/Immutable/Actions/ImtblPassportImxTransferAsyncAction.cpp

Lines changed: 0 additions & 63 deletions
This file was deleted.

Source/Immutable/Private/Immutable/ImmutableAnalytics.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ CONVERT(COMPLETE_LOGIN, "performedLogin") \
3939
CONVERT(START_LOGIN_PKCE, "startedLoginPkce") \
4040
CONVERT(COMPLETE_LOGIN_PKCE, "performedLoginPkce") \
4141
CONVERT(COMPLETE_RELOGIN, "performedRelogin") \
42-
CONVERT(START_CONNECT_IMX, "startedConnectImx") \
43-
CONVERT(COMPLETE_CONNECT_IMX, "performedConnectImx") \
44-
CONVERT(START_CONNECT_IMX_PKCE, "startedConnectImxPkce") \
45-
CONVERT(COMPLETE_CONNECT_IMX_PKCE, "performedConnectImxPkce") \
46-
CONVERT(COMPLETE_RECONNECT, "performedReconnect") \
4742
CONVERT(COMPLETE_LOGOUT, "performedLogout") \
4843
CONVERT(COMPLETE_LOGOUT_PKCE, "performedLogoutPkce")
4944

Source/Immutable/Private/Immutable/ImmutableDataTypes.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
#include "Immutable/ImmutableDataTypes.h"
44

5-
#include "Immutable/Actions/ImtblConnectImxAsyncAction.h"
6-
75
#if PLATFORM_WINDOWS
86
#include "Immutable/Windows/ImmutablePKCEWindows.h"
97
#endif

0 commit comments

Comments
 (0)