Remove unused code, move logic from .h to their .cpp, clean some things

This commit is contained in:
Vyn 2024-09-02 11:52:06 +02:00
parent 924e35ecc4
commit cb6c663833
41 changed files with 492 additions and 978 deletions

View file

@ -4,8 +4,7 @@
* The license can be found in the LICENSE file or at https://www.gnu.org/licenses/gpl-3.0.txt
*/
#ifndef MIRAI_TODOMD_H
#define MIRAI_TODOMD_H
#pragma once
#include "DateTime.h"
#include "Day.h"
@ -44,5 +43,3 @@ class TodoMdFormat
static Tags extractTagsFromMetadata(std::string metadata);
};
} // namespace mirai
#endif