| Index: ios/showcase/tab_grid/sc_tab_grid_coordinator.mm
|
| diff --git a/ios/showcase/tab_grid/sc_tab_grid_coordinator.mm b/ios/showcase/tab_grid/sc_tab_grid_coordinator.mm
|
| index b4f69502b106bf6aee8c0b65feac408438ce9d91..b92f4a6d254382649953c432ce084b8b12005d07 100644
|
| --- a/ios/showcase/tab_grid/sc_tab_grid_coordinator.mm
|
| +++ b/ios/showcase/tab_grid/sc_tab_grid_coordinator.mm
|
| @@ -48,8 +48,4 @@
|
| return [NSString stringWithFormat:@"Tab %" PRIdNS, index];
|
| }
|
|
|
| -- (NSInteger)indexOfActiveTab {
|
| - return 0;
|
| -}
|
| -
|
| @end
|
|
|