We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdb3b1 commit 839f448Copy full SHA for 839f448
Intersect.Client.Framework/Gwen/Control/Menu.cs
@@ -507,12 +507,4 @@ public void SetBackgroundTemplate(IGameTexture texture, string fileName)
507
mBackgroundTemplateFilename = fileName;
508
mBackgroundTemplateTex = texture;
509
}
510
-
511
- public void SetItemFont(IFont font, int fontSize)
512
- {
513
- _itemFont = font;
514
- _itemFontSize = fontSize;
515
- UpdateItemStyles();
516
- }
517
518
0 commit comments