mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
Remove an unused variable from startwin.game.c.
git-svn-id: https://svn.eduke32.com/eduke32@3832 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
297dfcdfc7
commit
4375a3c261
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ static void PopulateForm(int32_t pgs)
|
||||||
if (pgs & POPULATE_GAME)
|
if (pgs & POPULATE_GAME)
|
||||||
{
|
{
|
||||||
struct grpfile *fg;
|
struct grpfile *fg;
|
||||||
int32_t i, j;
|
int32_t j;
|
||||||
char buf[1024];
|
char buf[1024];
|
||||||
|
|
||||||
hwnd = GetDlgItem(pages[TAB_CONFIG], IDCDATA);
|
hwnd = GetDlgItem(pages[TAB_CONFIG], IDCDATA);
|
||||||
|
|
Loading…
Reference in a new issue