diff --git a/syncwatcher.go b/syncwatcher.go index 05280bc..2aa822b 100644 --- a/syncwatcher.go +++ b/syncwatcher.go @@ -40,7 +40,6 @@ type Configuration struct { type FolderConfiguration struct { ID string Path string - ReadOnly bool RescanIntervalS int }