mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Context: Code cleanup
This commit is contained in:
parent
adbefa15a7
commit
8cd3dc7d6b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue