Skip to content
This repository was archived by the owner on Apr 24, 2018. It is now read-only.

Commit ae61f4c

Browse files
committed
Remove unused method
1 parent 1c755d5 commit ae61f4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sample/src/main/java/com/github/amlcurran/showcaseview/sample/SampleActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public void onCreate(Bundle savedInstanceState) {
6969
lps.setMargins(margin, margin, margin, margin);
7070

7171
ViewTarget target = new ViewTarget(R.id.buttonBlocked, this);
72-
Button customButton = (Button) LayoutInflater.from(this).inflate(R.layout.view_custom_button, null);
7372
sv = new ShowcaseView.Builder(this)
7473
.withMaterialShowcase()
7574
.setTarget(target)

0 commit comments

Comments
 (0)