Remove unused enum states
This commit is contained in:
parent
268f5b29f2
commit
75ae880602
1 changed files with 0 additions and 2 deletions
|
@ -159,10 +159,8 @@ class MLFrameworkInitializationUpdateEvent extends Event {
|
|||
enum InitializationState {
|
||||
notInitialized,
|
||||
waitingForNetwork,
|
||||
downloadingImageModel,
|
||||
initializingImageModel,
|
||||
initializedImageModel,
|
||||
downloadingTextModel,
|
||||
initializingTextModel,
|
||||
initializedTextModel,
|
||||
initialized,
|
||||
|
|
Loading…
Add table
Reference in a new issue