removed unescessary navbar header, this should now be added in template

This commit is contained in:
Rosia E Evans 2025-05-22 15:42:00 +01:00
parent fdff6eb23c
commit a42d8c5477
2 changed files with 0 additions and 4 deletions

View file

@ -24,7 +24,6 @@ enum OptionFlags
class NavBarGenerator
{
private:
std::string navHeader = "\n<h1>Navigation</h1>\n\n";
int options;
std::string generateCategories(std::string rootFolderUrl);