Skip to content

Commit 44269cd

Browse files
committed
remove unused varible
1 parent dc65d91 commit 44269cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,6 @@ - (BOOL)fb_synthSwipe:(CGFloat)fromX
365365
CGPoint point1 = CGPointMake(fromX,fromY);
366366
CGPoint point2 = CGPointMake(toX,toY);
367367

368-
CGFloat TapDuration = 0.05;
369-
370368
XCPointerEventPath *pointerEventPath = [[XCPointerEventPath alloc] initForTouchAtPoint:point1 offset:0];
371369
[pointerEventPath moveToPoint:point2 atOffset:delay];
372370
[pointerEventPath liftUpAtOffset:delay];

0 commit comments

Comments
 (0)