Remove unused AnnotatedModel interface

This commit is contained in:
Deluan 2021-08-01 11:12:32 -04:00
parent c831dc4cdf
commit aa1571e074
4 changed files with 0 additions and 16 deletions

View file

@ -50,7 +50,3 @@ type AlbumRepository interface {
Refresh(ids ...string) error
AnnotatedRepository
}
func (a Album) GetAnnotations() Annotations {
return a.Annotations
}