Huge update to ITFoundation. I've gone through every file (except queue.h
[ITFoundation.git] / ITLoginItem.h
diff --git a/ITLoginItem.h b/ITLoginItem.h
deleted file mode 100755 (executable)
index 8ff569f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- *  ITLoginItem.h
- *  ITFoundation
- *
- *  Created by Kent Sutherland on Mon May 17 2004.
- *  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
- *
- */
-
-#import <Foundation/Foundation.h>
-#import <Carbon/Carbon.h>
-#import <CoreServices/CoreServices.h>
-
-//These functions check for a match with just the lastPathComponent, so it will handle people moving the app
-extern void ITSetApplicationLaunchOnLogin(NSString *path, BOOL flag);
-extern BOOL ITDoesApplicationLaunchOnLogin(NSString *path);
\ No newline at end of file