diff --git a/i18n/tips.en-US b/i18n/tips.en-US new file mode 100644 index 000000000..2668abb7e --- /dev/null +++ b/i18n/tips.en-US @@ -0,0 +1,5 @@ +% +first tip +% +second tip +% diff --git a/src/Context.cpp b/src/Context.cpp index cc9abda8d..0fd1a9908 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -573,11 +573,6 @@ void Context::autoFilter (Task& t, Filter& f) { f.push_back (Att ("description", "has", *word)); debug ("auto filter: " + att->first + ".has:" + *word); - -/* - f.push_back (Att ("annotation_*", "has", *word)); - debug ("auto filter: annotation_*.has:" + *word); -*/ } }