| Index: sky/examples/stocks2/lib/stock_app.dart
|
| diff --git a/sky/examples/stocks2/lib/stock_app.dart b/sky/examples/stocks2/lib/stock_app.dart
|
| index c13af8c88fdf098a166deaa76cfad0aa0c567e42..fcd95d663f851264dd5c77e44a8f249f7c6d3963 100644
|
| --- a/sky/examples/stocks2/lib/stock_app.dart
|
| +++ b/sky/examples/stocks2/lib/stock_app.dart
|
| @@ -46,8 +46,6 @@ class StocksApp extends App {
|
| _drawerController = new DrawerController(_handleDrawerStatusChanged);
|
| }
|
|
|
| - void syncFields(StocksApp source) { }
|
| -
|
| bool _isSearching = false;
|
| String _searchQuery;
|
|
|
|
|