summaryrefslogtreecommitdiff
path: root/lib/pages
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pages')
-rwxr-xr-xlib/pages/homepage.dart1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pages/homepage.dart b/lib/pages/homepage.dart
index c5398a7..7b3c8df 100755
--- a/lib/pages/homepage.dart
+++ b/lib/pages/homepage.dart
@@ -3,7 +3,6 @@ import 'package:flutter/material.dart';
import 'package:recipes/models/recipe.dart';
class HomePage extends StatelessWidget {
-
final List<Recipe> _allRecipes = Recipe.allRecipes();
HomePage() {}