Skip to content

Commit

Permalink
remove noop override of validateItem
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Aug 4, 2011
1 parent 3cb056c commit b682622
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Classes/ShareKit/Sharers/Services/Evernote/SHKEvernote.m
Expand Up @@ -150,8 +150,6 @@ - (void)shareFormValidate:(SHKCustomFormController *)form
#pragma mark -
#pragma mark Implementation

- (BOOL)validateItem { return [super validateItem]; }

- (EDAMNotebook *)defaultNoteBookFromNoteStore:(EDAMNoteStoreClient *)noteStore authToken:(NSString *)authToken {
NSArray *notebooks = [noteStore listNotebooks:authToken];
for(int i = 0; i < [notebooks count]; i++) {
Expand Down

0 comments on commit b682622

Please sign in to comment.