Remove "Disable Lighting".

This commit is contained in:
NeoBrainX
2012-06-11 23:30:20 +02:00
parent 1d9ac2f6e1
commit 1dd6b978c1
7 changed files with 1 additions and 28 deletions
@@ -280,11 +280,6 @@ void OSDMenu(WPARAM wParam)
OSDChoice = 4;
g_Config.bDisableFog = !g_Config.bDisableFog;
break;
case '7':
// TODO: Not implemented in the D3D backends, yet
OSDChoice = 5;
g_Config.bDisableLighting = !g_Config.bDisableLighting;
break;
}
}