summaryrefslogtreecommitdiff
path: root/tikzit-old/src/osx/CustomNodeCellView.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit-old/src/osx/CustomNodeCellView.h')
-rw-r--r--tikzit-old/src/osx/CustomNodeCellView.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/tikzit-old/src/osx/CustomNodeCellView.h b/tikzit-old/src/osx/CustomNodeCellView.h
deleted file mode 100644
index 22606d7..0000000
--- a/tikzit-old/src/osx/CustomNodeCellView.h
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// CustomNodeCellView.h
-// TikZiT
-//
-// Created by Johan Paulsson on 12/12/13.
-// Copyright (c) 2013 Aleks Kissinger. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-
-#import "NodeLayer.h"
-#import "NodeStyle.h"
-#import "NodeStyle+Coder.h"
-
-@interface CustomNodeCellView : NSTableCellView{
- NodeLayer *nodeLayer;
- NodeStyle *nodeStyle;
- BOOL selected;
-}
-
-@property (strong) id objectValue;
-
-@end