Skip to content

Commit 839f448

Browse files
committed
remove unused set item font
1 parent 6fdb3b1 commit 839f448

File tree

1 file changed

+0
-8
lines changed
  • Intersect.Client.Framework/Gwen/Control

1 file changed

+0
-8
lines changed

Intersect.Client.Framework/Gwen/Control/Menu.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -507,12 +507,4 @@ public void SetBackgroundTemplate(IGameTexture texture, string fileName)
507507
mBackgroundTemplateFilename = fileName;
508508
mBackgroundTemplateTex = texture;
509509
}
510-
511-
public void SetItemFont(IFont font, int fontSize)
512-
{
513-
_itemFont = font;
514-
_itemFontSize = fontSize;
515-
UpdateItemStyles();
516-
}
517-
518510
}

0 commit comments

Comments
 (0)