Skip to content

Commit ae550ae

Browse files
author
Amanda Riu
committed
Remove unused method variable
1 parent 855e9e7 commit ae550ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WordPress/src/main/java/org/wordpress/android/ui/posts/EditPostActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3268,7 +3268,6 @@ public Map<String, String> onAuthHeaderRequested(String url) {
32683268

32693269
@Override
32703270
public void onEditorFragmentInitialized() {
3271-
boolean shouldFinishInit = true;
32723271
// now that we have the Post object initialized,
32733272
// check whether we have media items to insert from the WRITE POST with media functionality
32743273
if (getIntent().hasExtra(EXTRA_INSERT_MEDIA)) {

0 commit comments

Comments
 (0)