mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
Remove unused fields
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user