From b8964625d47f47f40bb3fcf5be8094cb64b2e640 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sun, 20 Oct 2019 01:17:20 +0100 Subject: [PATCH] Remove unused fields --- lib/storage/git_storage.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/storage/git_storage.dart b/lib/storage/git_storage.dart index 16f59d6e..6c22ac52 100644 --- a/lib/storage/git_storage.dart +++ b/lib/storage/git_storage.dart @@ -25,9 +25,6 @@ class GitNoteRepository { String notesBasePath; final GitRepo _gitRepo; - bool cloned = false; - bool checkForCloned = false; - // vHanda: This no longer needs to be so complex. It will only ever take the baseDirectory + dirName // The directory should already exist! GitNoteRepository({