Skip to content

Commit

Permalink
Unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Jul 31, 2015
1 parent d35a9d4 commit 139da61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SADXModLoader/FixFOV.cpp
Expand Up @@ -104,7 +104,6 @@ void __declspec(naked) dothething()
void ConfigureFOV()
{
static const double default_ratio = 4.0 / 3.0;
static const double ratio = (double)HorizontalResolution / (double)VerticalResolution;
const uint32_t width = HorizontalResolution;
const uint32_t height = VerticalResolution;

Expand Down

0 comments on commit 139da61

Please sign in to comment.