Skip to content

Commit 9ebef67

Browse files
committed
Remove un used location on screen array
1 parent 9f8efa6 commit 9ebef67

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

codeview/src/main/java/com/amrdeveloper/codeview/CodeView.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -665,9 +665,6 @@ public void clearPairCompleteMap() {
665665

666666
@Override
667667
public void showDropDown() {
668-
final int[] screenPoint = new int[2];
669-
getLocationOnScreen(screenPoint);
670-
671668
final Layout layout = getLayout();
672669
final int position = getSelectionStart();
673670
final int line = layout.getLineForOffset(position);

0 commit comments

Comments
 (0)