summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/SelectBoxLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/osx/SelectBoxLayer.h')
-rw-r--r--tikzit/src/osx/SelectBoxLayer.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/tikzit/src/osx/SelectBoxLayer.h b/tikzit/src/osx/SelectBoxLayer.h
deleted file mode 100644
index 45b43c7..0000000
--- a/tikzit/src/osx/SelectBoxLayer.h
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-// SelectBoxLayer.h
-// TikZiT
-//
-// Created by Aleks Kissinger on 14/06/2010.
-// Copyright 2010 __MyCompanyName__. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-#import <QuartzCore/CoreAnimation.h>
-
-@interface SelectBoxLayer : CALayer {
- BOOL active;
- CGRect box;
-}
-
-@property (assign) BOOL active;
-@property (assign) NSRect selectBox;
-
-+ (SelectBoxLayer*)layer;
-
-@end