diff options
Diffstat (limited to 'models')
-rw-r--r-- | models/models.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/models/models.go b/models/models.go index c6315e0e..6843398c 100644 --- a/models/models.go +++ b/models/models.go @@ -57,9 +57,6 @@ type DirectoryInfo struct { // set to true if the value counts are accurate AccurateCounts bool - - // Caps contains the backend capabilities - Caps *Capabilities } // Capabilities provides the backend capabilities |