mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +08:00
Remove unused fields
This commit is contained in:
@ -25,9 +25,6 @@ class GitNoteRepository {
|
|||||||
String notesBasePath;
|
String notesBasePath;
|
||||||
final GitRepo _gitRepo;
|
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
|
// vHanda: This no longer needs to be so complex. It will only ever take the baseDirectory + dirName
|
||||||
// The directory should already exist!
|
// The directory should already exist!
|
||||||
GitNoteRepository({
|
GitNoteRepository({
|
||||||
|
Reference in New Issue
Block a user