Skip to content

Commit

Permalink
Remove unused member from WebpSupportStatus
Browse files Browse the repository at this point in the history
Reviewed By: kirwan

Differential Revision: D4681549

fbshipit-source-id: c3e9ac15e1f69a98f6a6a12c7b20b5259cbc3cd1
  • Loading branch information
Daniel Hugenroth authored and facebook-github-bot committed Mar 10, 2017
1 parent 533759d commit 097b4cf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ public class WebpSupportStatus {

public static WebpBitmapFactory sWebpBitmapFactory = null;

public static boolean sWebpLibraryPresent = false;

private static boolean sWebpLibraryChecked = false;

public static WebpBitmapFactory loadWebpBitmapFactoryIfExists() {
Expand Down

0 comments on commit 097b4cf

Please sign in to comment.