aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
diff options
context:
space:
mode:
authorGravatar Matt Ronge <mronge@mronge.com>2013-01-31 20:34:21 -0600
committerGravatar Matt Ronge <mronge@mronge.com>2013-01-31 20:34:21 -0600
commit8f0b57af0f5397841b22ac3ddfa73bf47c5188e0 (patch)
treecd5f19fdac67d9e4c366e68b64a20185e178d4b6 /src/objc
parent3d95ea21fa92fe859eb14781c44185c5da4a62b9 (diff)
Reming some obj-c files that aren't used
Diffstat (limited to 'src/objc')
-rw-r--r--src/objc/imap/MCOIMAPSession.m13
-rw-r--r--src/objc/utils/NSError+MCO.m10
2 files changed, 0 insertions, 23 deletions
diff --git a/src/objc/imap/MCOIMAPSession.m b/src/objc/imap/MCOIMAPSession.m
deleted file mode 100644
index c5254685..00000000
--- a/src/objc/imap/MCOIMAPSession.m
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// MCOIMAPSession.m
-// mailcore2
-//
-// Created by Matt Ronge on 1/31/13.
-// Copyright (c) 2013 MailCore. All rights reserved.
-//
-
-#import "MCOIMAPSession.h"
-
-@implementation MCOIMAPSession
-
-@end
diff --git a/src/objc/utils/NSError+MCO.m b/src/objc/utils/NSError+MCO.m
deleted file mode 100644
index 6ffd9499..00000000
--- a/src/objc/utils/NSError+MCO.m
+++ /dev/null
@@ -1,10 +0,0 @@
-//
-// Created by mronge on 1/31/13.
-//
-
-
-#import "NSError+MCO.h"
-
-
-@implementation NSError (MCO)
-@end \ No newline at end of file