mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +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()
|
||||
{
|
||||
DSWStatusBar sbar;
|
||||
|
||||
if (hud_size <= Hud_Stbar)
|
||||
{
|
||||
UpdateFrame();
|
||||
|
|
Loading…
Reference in a new issue