Skip to content

Commit

Permalink
移除无用变量
Browse files Browse the repository at this point in the history
  • Loading branch information
sth4nothing committed Nov 13, 2018
2 parents a96bd94 + 010f113 commit 774d7ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions UseStorageBook/NewBookView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ public class NewBookView : MonoBehaviour
public static readonly int columns = 9;
BigDataScroll bigDataScroll;
public ScrollRect scrollRect;
public ContentSizeFitter contentSizeFitter;
public GridLayoutGroup gridLayoutGroup;

public BookCell bookCell;
private int[] data;
Expand All @@ -29,7 +27,6 @@ public int[] Data
return data;
}
}
public bool setClick = false;
public bool hasInit = false;


Expand Down

0 comments on commit 774d7ea

Please sign in to comment.