Skip to content

Commit

Permalink
Removed duplicate method
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Apr 11, 2017
1 parent 471edec commit ab26028
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ios/AirTestFairy/AirTestFairy/AirTestFairy.m
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@
return nil;
}

DEFINE_ANE_FUNCTION(AirTestFairySendUserFeedback) {
NSString *feedback = FPANE_FREObjectToNSString(argv[0]);
[TestFairy sendUserFeedback:feedback];
return nil;
}

DEFINE_ANE_FUNCTION(AirTestFairyCheckpoint) {
NSString *name = FPANE_FREObjectToNSString(argv[0]);
[TestFairy checkpoint:name];
Expand Down Expand Up @@ -152,7 +146,6 @@ void AirTestFairyContextInitializer(void* extData, const uint8_t* ctxType, FRECo
@"setUserId": [NSValue valueWithPointer:&AirTestFairySetUserId],
@"setAttribute": [NSValue valueWithPointer:&AirTestFairySetAttribute],
@"setServerEndpoint": [NSValue valueWithPointer:&AirTestFairySetServerEndpoint],
@"sendUserFeedback": [NSValue valueWithPointer:&AirTestFairySendUserFeedback],
@"checkpoint": [NSValue valueWithPointer:&AirTestFairyCheckpoint],
@"setScreenName": [NSValue valueWithPointer:&AirTestFairySetScreenName],
@"stop": [NSValue valueWithPointer:&AirTestFairyStop],
Expand Down

0 comments on commit ab26028

Please sign in to comment.