mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Removed obsolete Keymap object.
This commit is contained in:
parent
49fcb7a104
commit
6e1e709564
5 changed files with 13 additions and 134 deletions
|
@ -46,7 +46,6 @@
|
|||
Context::Context ()
|
||||
: config ()
|
||||
, filter ()
|
||||
, keymap ()
|
||||
, sequence ()
|
||||
, subst ()
|
||||
, task ()
|
||||
|
@ -825,7 +824,6 @@ void Context::clear ()
|
|||
{
|
||||
// Config config;
|
||||
filter.clear ();
|
||||
// Keymap keymap;
|
||||
sequence.clear ();
|
||||
subst.clear ();
|
||||
// task.clear ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue