Skip to content

Commit

Permalink
Removed unnecessary inheritance
Browse files Browse the repository at this point in the history
Summary: Quick code cleaning - Facebook class doesn't need to inherit from
FBRequestDelegate.

Test Plan: Check if it compiles and login in / login out works.

Reviewers: yariv

Reviewed By: yariv

CC: jgabbard, yariv

Differential Revision: 380359
  • Loading branch information
Kamil Kraszewski authored and Kamil Kraszewski committed Dec 19, 2011
1 parent 1bff2f1 commit 9b9fb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facebook.h
Expand Up @@ -25,7 +25,7 @@
* and Graph APIs, and start user interface interactions (such as
* pop-ups promoting for credentials, permissions, stream posts, etc.)
*/
@interface Facebook : NSObject<FBLoginDialogDelegate, FBRequestDelegate>{
@interface Facebook : NSObject<FBLoginDialogDelegate>{
NSString* _accessToken;
NSDate* _expirationDate;
id<FBSessionDelegate> _sessionDelegate;
Expand Down

0 comments on commit 9b9fb73

Please sign in to comment.