mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 13:00:43 +00:00
- removed redundant local variable in SW status bar code.
This commit is contained in:
parent
7f0d94798d
commit
40a9a4c86d
1 changed files with 0 additions and 2 deletions
|
@ -1082,8 +1082,6 @@ void DrawConString(int x, int y, const char* string, double alpha)
|
||||||
|
|
||||||
void UpdateStatusBar()
|
void UpdateStatusBar()
|
||||||
{
|
{
|
||||||
DSWStatusBar sbar;
|
|
||||||
|
|
||||||
if (hud_size <= Hud_Stbar)
|
if (hud_size <= Hud_Stbar)
|
||||||
{
|
{
|
||||||
UpdateFrame();
|
UpdateFrame();
|
||||||
|
|
Loading…
Reference in a new issue