diff options
Diffstat (limited to 'server/src/template.h')
-rw-r--r-- | server/src/template.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/server/src/template.h b/server/src/template.h index ac5900f..c14577e 100644 --- a/server/src/template.h +++ b/server/src/template.h @@ -68,15 +68,9 @@ public: bool isHeader; }; -class Course { -public: - std::vector< Macro > macros; - std::map< std::string, std::string > attributes; -}; - class Template { public: - Course course; + std::vector< Macro > macros; std::map< std::string, std::string > attributes; }; |