From 1b077c560de3f9d0763940be8c3a0becbe2d470e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 10 Apr 2019 20:43:00 +0200 Subject: [PATCH] - removed unused mSmallFont. --- wadsrc/static/zscript/ui/statusbar/statusbar.zs | 3 --- 1 file changed, 3 deletions(-) diff --git a/wadsrc/static/zscript/ui/statusbar/statusbar.zs b/wadsrc/static/zscript/ui/statusbar/statusbar.zs index f81614510..4cb6675c6 100644 --- a/wadsrc/static/zscript/ui/statusbar/statusbar.zs +++ b/wadsrc/static/zscript/ui/statusbar/statusbar.zs @@ -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); @@ -322,7 +320,6 @@ class BaseStatusBar native ui virtual void Init() { - mSmallFont = HUDFont.Create("SmallFont"); } native virtual void Tick ();