Skip to content

Commit

Permalink
remove interface registration
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeBelz committed Dec 6, 2022
1 parent 504256b commit afbbd21
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,6 @@ namespace Esri::ArcGISRuntime::Toolkit {

constexpr Uncreatable_ Uncreatable = Uncreatable_{};

struct Interface_
{
};

template <class T>
void registerComponentImpl(CreationType::Interface_, int majorVersion, int /*minorVersion*/, const char* /*name*/)
{
qmlRegisterInterface<T>(NAMESPACE, majorVersion);
}

constexpr Interface_ Interface = Interface_{};
}

/*
Expand Down

0 comments on commit afbbd21

Please sign in to comment.