Removing ITOSA* and ITAppleEvent* classes from ITFoundation, and updating
[ITFoundation.git] / ITAppleEventTools.m
diff --git a/ITAppleEventTools.m b/ITAppleEventTools.m
deleted file mode 100755 (executable)
index 4685ee4..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- *  ITAppleEventTools.c
- *  ITFoundation
- *
- *  Created by Alexander Strange on Wed Feb 11 2004.
- *  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
- *
- */
-
-#import "ITDebug.h"
-#import "ITAppleEventTools.h"
-
-NSAppleEventDescriptor *ITSendAEWithString(NSString *sendString, FourCharCode evClass, FourCharCode evID, ProcessSerialNumber *psn)
-{
-}
-
-@implementation NSAppleEventDescriptor (ITAELogging)
--(void) logDesc
-{
-    Handle xx;
-    AEPrintDescToHandle([self aeDesc],&xx);
-    ITDebugLog(@"AE Descriptor: %s", *xx);
-    DisposeHandle(xx);
-}
-@end
\ No newline at end of file