Skip to content

Commit 45b45a7

Browse files
committed
attempting to reset dev back to master.
2 parents 10c6e93 + dc5d369 commit 45b45a7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Editor/AssetBundleManageTab.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ internal class AssetBundleManageTab
1818
[SerializeField]
1919
TreeViewState m_BundleDetailState;
2020

21+
SearchField m_searchField;
22+
2123
Rect m_Position;
2224

2325
AssetBundleTree m_BundleTree;
@@ -37,7 +39,6 @@ internal class AssetBundleManageTab
3739
const float k_SplitterWidth = 3f;
3840
private static float m_UpdateDelay = 0f;
3941

40-
SearchField m_searchField;
4142

4243
EditorWindow m_Parent = null;
4344

@@ -196,11 +197,6 @@ void OnGUISearchBar(Rect rect)
196197
m_AssetList.searchString = m_BundleTree.searchString;
197198
}
198199

199-
public bool hasSearch
200-
{
201-
get { return m_BundleTree.hasSearch; }
202-
}
203-
204200
private void HandleHorizontalResize()
205201
{
206202
m_HorizontalSplitterRect.x = (int)(m_Position.width * m_HorizontalSplitterPercent);

0 commit comments

Comments
 (0)