Ver código fonte

Remove unused method

cte 10 meses atrás
pai
commit
e227a9e86e

+ 0 - 4
src/services/checkpoints/ShadowCheckpointService.ts

@@ -34,10 +34,6 @@ export class ShadowCheckpointService extends CheckpointEventEmitter implements C
 		this._isInitialized = value
 		this._isInitialized = value
 	}
 	}
 
 
-	public get isDirty() {
-		return this._checkpoints.length > 0
-	}
-
 	private readonly shadowGitDir: string
 	private readonly shadowGitDir: string
 	private shadowGitConfigWorktree?: string
 	private shadowGitConfigWorktree?: string