Skip to content

Commit

Permalink
Remove _installed property
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Oct 31, 2024
1 parent 0d72eb0 commit 62bc84e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apple/LiveMarkdownModule.mm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
// actually register the hook

@implementation LiveMarkdownModule {
BOOL installed_;
#ifdef RCT_NEW_ARCH_ENABLED
std::shared_ptr<MarkdownCommitHook> commitHook_;
__weak RCTSurfacePresenter *surfacePresenter_;
Expand All @@ -41,7 +40,6 @@ @implementation LiveMarkdownModule {
#ifdef RCT_NEW_ARCH_ENABLED
RCTScheduler *scheduler = [surfacePresenter_ scheduler];
commitHook_ = std::make_shared<MarkdownCommitHook>(scheduler.uiManager);
installed_ = YES;
#endif // RCT_NEW_ARCH_ENABLED

return @(1);
Expand Down

0 comments on commit 62bc84e

Please sign in to comment.