Index: ios/showcase/core/showcase_model.mm |
diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm |
index d9431ae882be3bf47150489cfcdf028a71485bd3..f9749499551664cd9adc44eb865f70bd6067b016 100644 |
--- a/ios/showcase/core/showcase_model.mm |
+++ b/ios/showcase/core/showcase_model.mm |
@@ -91,11 +91,6 @@ |
showcase::kClassForInstantiationKey : @"SCContentWidgetCoordinator", |
showcase::kUseCaseKey : @"Content Widget", |
}, |
- @{ |
- showcase::kClassForDisplayKey : @"TextBadgeView", |
- showcase::kClassForInstantiationKey : @"SCTextBadgeViewController", |
- showcase::kUseCaseKey : @"Text badge view", |
- }, |
]; |
} |