Skip to content

Commit

Permalink
- removed unused mSmallFont.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Apr 10, 2019
1 parent 9e096c6 commit 1b077c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wadsrc/static/zscript/ui/statusbar/statusbar.zs
Expand Up @@ -306,8 +306,6 @@ class BaseStatusBar native ui
native double drawClip[4]; // defines a clipping rectangle (not used yet)
native bool fullscreenOffsets; // current screen is displayed with fullscreen behavior.

private HUDFont mSmallFont;

native void AttachMessage(HUDMessageBase msg, uint msgid = 0, int layer = HUDMSGLayer_Default);
native HUDMessageBase DetachMessage(HUDMessageBase msg);
native HUDMessageBase DetachMessageID(uint msgid);
Expand All @@ -322,7 +320,6 @@ class BaseStatusBar native ui

virtual void Init()
{
mSmallFont = HUDFont.Create("SmallFont");
}

native virtual void Tick ();
Expand Down

0 comments on commit 1b077c5

Please sign in to comment.