mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Remove unused buffer to fix warning, DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5070 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f4e5e39634
commit
fa55f368c9
1 changed files with 0 additions and 1 deletions
|
@ -800,7 +800,6 @@ void CONFIG_WriteBinds(void) // save binds and aliases to <cfgname>_settings.cfg
|
|||
void CONFIG_WriteSetup(uint32_t flags)
|
||||
{
|
||||
int32_t dummy;
|
||||
char tempbuf[1024];
|
||||
|
||||
if (!ud.config.setupread) return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue