Context: Code cleanup

This commit is contained in:
Paul Beckingham 2017-01-26 17:25:24 -05:00
parent adbefa15a7
commit 8cd3dc7d6b

View file

@ -502,7 +502,7 @@ int Context::getWidth ()
int Context::getHeight ()
{
// Determine window size.
int height = config.getInteger ("defaultheight");
auto height = config.getInteger ("defaultheight");
// A zero height value means 'infinity', which is approximated here by 2^16.
if (height == 0)