Refactor use of pithos objects to accommodate
[pithos-macos] / pithos-macos / PithosNode.m
index c77db38..9b01f67 100644 (file)
@@ -2,7 +2,7 @@
 //  PithosNode.m
 //  pithos-macos
 //
-// Copyright 2011 GRNET S.A. All rights reserved.
+// Copyright 2011-2013 GRNET S.A. All rights reserved.
 //
 // Redistribution and use in source and binary forms, with or
 // without modification, are permitted provided that the following
 }
 
 #pragma mark -
-#pragma mark Properties
-
-- (void)setShared:(BOOL)aShared {
-    if (shared != aShared) {
-        shared = aShared;
-        url = nil;
-    }
-}
-
-- (void)setSharingAccount:(NSString *)aSharingAccount {
-    if (![sharingAccount isEqualToString:aSharingAccount]) {
-        sharingAccount = aSharingAccount;
-        url = nil;
-    }
-}
-
-#pragma mark -
 #pragma mark Actions
 
 - (void)invalidateChildren {