Initial implementation of browser context menu.
[pithos-macos] / pithos-macos / PithosEmptyNode.h
index 6c5b489..238bf93 100644 (file)
@@ -1,5 +1,5 @@
 //
-//  PithosEmpty.h
+//  PithosEmptyNode.h
 //  pithos-macos
 //
 // Copyright 2011 GRNET S.A. All rights reserved.
@@ -38,7 +38,6 @@
 #import "PithosNode.h"
 
 @interface PithosEmptyNode : PithosNode {
-    NSImage *icon;
 }
 
 - (id)initWithDisplayName:(NSString *)aDisplayName icon:(NSImage *)anIcon;