fix unused variable warnings

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6922 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ac2f8ea070984da5dea7e0cf4d8e4e1a7fb19056
Former-commit-id: ba7b4e785d893629beee9dbc081a519c635753dc
This commit is contained in:
iobyte 2020-04-15 15:29:02 +00:00
parent 0f2149bba5
commit 9c44c3b923

View file

@ -176,8 +176,6 @@ rmForceFeedbackConfigHookActivate(void * /* dummy */)
{
void *prHandle;
char buf[100];
const char *str;
tGearChangeMode gearChangeMode;
sprintf(buf, "%s%s", GfLocalDir(), HM_PREF_FILE);
prHandle = GfParmReadFile(buf, GFPARM_RMODE_REREAD);