Actually make it impossible to remove the default configuration. Various other small...
[enjoyable.git] / Config.m
index 727b8b0..fcc1828 100644 (file)
--- a/Config.m
+++ b/Config.m
@@ -11,7 +11,8 @@
     NSMutableDictionary *entries;
 }
 
-@synthesize protect, name, entries;
+@synthesize name;
+@synthesize entries;
 
 - (id)init {
     if ((self = [super init])) {