浏览代码

Remove broken code.

Stephen Damm 6 年之前
父节点
当前提交
08b023d79e
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      SongBrowserPlugin/UI/SongBrowserUI.cs

+ 0 - 3
SongBrowserPlugin/UI/SongBrowserUI.cs

@@ -129,7 +129,6 @@ namespace SongBrowserPlugin.UI
 
                 RectTransform _pageDown = _tableViewRectTransform.GetComponentsInChildren<RectTransform>().First(x => x.name == "PageDownButton");
                 _pageDown.anchoredPosition = new Vector2(0f, 1f);
-
                 
                 // Create Sorting Songs By-Buttons
                 _log.Debug("Creating sort by buttons...");
@@ -153,8 +152,6 @@ namespace SongBrowserPlugin.UI
                     RefreshSongList();
                 };
 
-                Sprite favIcon = Base64Sprites.Base64ToSprite(Base64Sprites.AddToFavorites);
-
                 float fontSize = 2.75f;
                 float buttonWidth = 17.0f;
                 float buttonHeight = 5.0f;