X-Git-Url: https://code.grnet.gr/git/pithos-macos/blobdiff_plain/4ae10a2b79357a5e4d59b6839cbb5132fe27496c..20f54e18efae4bfe4b0b37142734ef9628d61346:/pithos-macos/PithosNode.m diff --git a/pithos-macos/PithosNode.m b/pithos-macos/PithosNode.m index e8cac8d..4ae40d9 100644 --- a/pithos-macos/PithosNode.m +++ b/pithos-macos/PithosNode.m @@ -94,12 +94,6 @@ self.children; } -- (void)refreshToRoot { - [self invalidateChildren]; - [self.parent refreshToRoot]; - self.children; -} - - (void)showPithosNodeInfo:(id)sender { // Abstract method }