removed mods directory from the ATutor codebase
[atutor.git] / mods / atsocial_iphone_app / Classes / ContactItemCell.m
diff --git a/mods/atsocial_iphone_app/Classes/ContactItemCell.m b/mods/atsocial_iphone_app/Classes/ContactItemCell.m
deleted file mode 100644 (file)
index a6f6348..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-//
-//  ContactItemCell.m
-//  ATutor
-//
-//  Created by Quang Anh Do on 10/07/2010.
-//  Copyright 2010 Quang Anh Do. All rights reserved.
-//
-
-#import "ContactItemCell.h"
-
-
-@implementation ContactItemCell
-
-- (void)setObject:(id)object {
-       [super setObject:object];
-       
-       self.accessoryType = UITableViewCellAccessoryNone;
-}
-
-@end